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

5 lines
156 B
TypeScript

export { Select } from './Select';
export { Option } from './Option';
export { OptionGroup } from './OptionGroup';
export { OldSelect } from './OldSelect';