File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -62,10 +62,9 @@ const RefSelect = generateSelector<SelectOptionsType>({
62
62
fillOptionsWithMissingValue,
63
63
} ) ;
64
64
65
- export type SelectProps < ValueType extends DefaultValueType = DefaultValueType > = SelectProps <
66
- SelectOptionsType ,
67
- ValueType
68
- > ;
65
+ export type ExportedSelectProps <
66
+ ValueType extends DefaultValueType = DefaultValueType
67
+ > = SelectProps < SelectOptionsType , ValueType > ;
69
68
70
69
/**
71
70
* Typescript not support generic with function component,
Original file line number Diff line number Diff line change 1
- import Select , { SelectProps } from './Select' ;
1
+ import Select , { ExportedSelectProps as SelectProps } from './Select' ;
2
2
import { RefSelectProps } from './generate' ;
3
3
import Option from './Option' ;
4
4
import OptGroup from './OptGroup' ;
You can’t perform that action at this time.
0 commit comments