Skip to content

@maxhealth.tech/prefab / renderer / HostTheme

Interface: HostTheme

Defined in: renderer/bridge.ts:64

Properties

variables?

ts
optional variables?: Record<string, string>;

Defined in: renderer/bridge.ts:65


colorScheme?

ts
optional colorScheme?: "light" | "dark" | "auto";

Defined in: renderer/bridge.ts:66


fontCss?

ts
optional fontCss?: string;

Defined in: renderer/bridge.ts:68

Released under the MIT License.