Skip to content

Commit d2e719f

Browse files
committed
feat: export FilterOptionFunction
1 parent 34b7ee3 commit d2e719f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Select/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ export type GroupedOptionType = {
2020

2121
export type { DefaultOptionType } from 'antd/lib/select';
2222

23+
export type { FilterFunc as FilterOptionFunction } from 'rc-select/es/Select';
24+
2325
export type SelectProps<
2426
ValueType = unknown,
2527
OptionType extends DefaultOptionType | GroupedOptionType = DefaultOptionType,

0 commit comments

Comments
 (0)