/** * Helper type for theme modes */ export type ThemeMode = 'system' | 'dark' | 'light'; //# sourceMappingURL=theme.d.ts.map