Files
2024-12-17 13:23:11 -08:00

6 lines
156 B
TypeScript

export { default } from './Switch';
export * from './Switch';
export { default as switchClasses } from './switchClasses';
export * from './switchClasses';