mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-08-18 15:20:47 +08:00
12 lines
353 B
C#
12 lines
353 B
C#
using LanMountainDesktop.AirAppSdk;
|
|
using LanMountainDesktop.Shared.Contracts;
|
|
|
|
namespace LanMountainDesktop.AirAppSdk;
|
|
|
|
public sealed record AirAppComponentChromeContext(
|
|
string ComponentId,
|
|
string? PlacementId,
|
|
double CellSize,
|
|
AppearanceCornerRadiusTokens CornerRadiusTokens,
|
|
AirAppSettingsScope Scope = AirAppSettingsScope.App);
|