Skip to content

Commit

Permalink
fix: exporting RefSelectProps from select
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Mar 27, 2022
1 parent 8a3ee71 commit b30794d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export { default as Result } from './result';
export type { RowProps } from './row';
export { default as Row } from './row';

export type { SelectProps } from './select';
export type { SelectProps, RefSelectProps } from './select';
export { default as Select } from './select';

export type { SkeletonProps } from './skeleton';
Expand Down

0 comments on commit b30794d

Please sign in to comment.