mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-18 23:43:55 +01:00
9 lines
237 B
TypeScript
9 lines
237 B
TypeScript
export type { Appearance } from "@yaakapp-internal/theme";
|
|
export {
|
|
getCSSAppearance,
|
|
getWindowAppearance,
|
|
resolveAppearance,
|
|
subscribeToPreferredAppearance,
|
|
subscribeToWindowAppearanceChange,
|
|
} from "@yaakapp-internal/theme";
|