Files

6 lines
156 B
TypeScript
Raw Permalink Normal View History

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