Files
yaak-mountain-loop/apps/yaak-client/lib/theme/appearance.ts
2026-03-06 10:30:31 -08:00

9 lines
237 B
TypeScript

export type { Appearance } from "@yaakapp-internal/theme";
export {
getCSSAppearance,
getWindowAppearance,
resolveAppearance,
subscribeToPreferredAppearance,
subscribeToWindowAppearanceChange,
} from "@yaakapp-internal/theme";