6 lines
156 B
TypeScript
6 lines
156 B
TypeScript
export { default } from './Switch';
|
|
export * from './Switch';
|
|
|
|
export { default as switchClasses } from './switchClasses';
|
|
export * from './switchClasses';
|