2025-12-10 12:02:17 +08:00

4 lines
159 B
TypeScript

export { default as switchDark } from './dark';
export { default as switchLight } from './light';
export type { SwitchTheme, SwitchThemeVars } from './light';