first commit
This commit is contained in:
10
frontend/node_modules/rc-select/lib/index.d.ts
generated
vendored
Normal file
10
frontend/node_modules/rc-select/lib/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import Select from './Select';
|
||||
import Option from './Option';
|
||||
import OptGroup from './OptGroup';
|
||||
import type { SelectProps } from './Select';
|
||||
import BaseSelect from './BaseSelect';
|
||||
import type { BaseSelectProps, BaseSelectRef, BaseSelectPropsWithoutPrivate } from './BaseSelect';
|
||||
import useBaseProps from './hooks/useBaseProps';
|
||||
export { Option, OptGroup, BaseSelect, useBaseProps };
|
||||
export type { SelectProps, BaseSelectProps, BaseSelectRef, BaseSelectPropsWithoutPrivate };
|
||||
export default Select;
|
||||
Reference in New Issue
Block a user