UNPKG

312 BTypeScriptView Raw
1import Select from './Select';
2import Option from './Option';
3import OptGroup from './OptGroup';
4import type { ExportedSelectProps as SelectProps } from './Select';
5import type { RefSelectProps } from './generate';
6export { Option, OptGroup };
7export type { SelectProps, RefSelectProps };
8export default Select;