Tom Xu
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
components/select/index.tsx
|
|
@ -145,7 +145,7 @@ const InternalSelect = <VT extends SelectValue = SelectValue>( |
|
|
|
}; |
|
|
|
|
|
|
|
const SelectRef = React.forwardRef(InternalSelect) as <VT extends SelectValue = SelectValue>( |
|
|
|
props: SelectProps<VT> & { ref?: React.Ref<HTMLInputElement> }, |
|
|
|
props: SelectProps<VT> & { ref?: React.Ref<RefSelectProps> }, |
|
|
|
) => React.ReactElement; |
|
|
|
|
|
|
|
type InternalSelectType = typeof SelectRef; |
|
|
|