Skip to content

Commit fdc3410

Browse files
committed
chore: export BaseSelectRef
1 parent a1065b6 commit fdc3410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ import Option from './Option';
33
import OptGroup from './OptGroup';
44
import type { SelectProps } from './Select';
55
import BaseSelect from './BaseSelect';
6-
import type { BaseSelectProps } from './BaseSelect';
6+
import type { BaseSelectProps, BaseSelectRef } from './BaseSelect';
77
import useBaseProps from './hooks/useBaseProps';
88

99
export { Option, OptGroup, BaseSelect, useBaseProps };
10-
export type { SelectProps, BaseSelectProps };
10+
export type { SelectProps, BaseSelectProps, BaseSelectRef };
1111

1212
export default Select;

0 commit comments

Comments
 (0)