4 lines
159 B
TypeScript
4 lines
159 B
TypeScript
export { default as switchDark } from './dark';
|
|
export { default as switchLight } from './light';
|
|
export type { SwitchThemeVars, SwitchTheme } from './light';
|