Skip to content

Commit

Permalink
fix: exporting RefSelectProps from select (ant-design#34732)
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin authored and denghuacc committed Jun 23, 2022
1 parent 42afcd4 commit eaae1e3
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 @@ -163,7 +163,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 { SegmentedProps } from './segmented';
Expand Down

0 comments on commit eaae1e3

Please sign in to comment.