mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 23:54:26 +08:00
12 lines
343 B
C#
12 lines
343 B
C#
using LanMountainDesktop.PluginSdk;
|
|
using LanMountainDesktop.Shared.Contracts;
|
|
|
|
namespace LanMountainDesktop.Host.Abstractions;
|
|
|
|
public sealed record ComponentChromeContext(
|
|
string ComponentId,
|
|
string? PlacementId,
|
|
double CellSize,
|
|
AppearanceCornerRadiusTokens CornerRadiusTokens,
|
|
SettingsScope Scope = SettingsScope.App);
|