4 lines
100 B
TypeScript
4 lines
100 B
TypeScript
export { Switch } from './Switch';
|
|
export * from './Switch.types';
|
|
export * from './switchClasses';
|