Files

12 lines
353 B
C#
Raw Permalink Normal View History

2026-08-11 23:03:55 +08:00
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);