Files
AFFiNE/libs/components/ui/src/switch/index.ts
2022-07-22 15:49:21 +08:00

3 lines
80 B
TypeScript

export { Switch } from './Switch';
export type { SwitchProps } from './Switch';