mirror of
https://github.com/ant-design/ant-design.git
synced 2025-07-25 07:56:54 +08:00
fix(Select): export SelectInterface to avoid ts error (#27838)
This commit is contained in:
parent
1a8bb04bf8
commit
bc566c0731
@ -150,7 +150,7 @@ const SelectRef = React.forwardRef(InternalSelect) as <VT extends SelectValue =
|
||||
|
||||
type InternalSelectType = typeof SelectRef;
|
||||
|
||||
interface SelectInterface extends InternalSelectType {
|
||||
export interface SelectInterface extends InternalSelectType {
|
||||
SECRET_COMBOBOX_MODE_DO_NOT_USE: string;
|
||||
Option: typeof Option;
|
||||
OptGroup: typeof OptGroup;
|
||||
|
Loading…
Reference in New Issue
Block a user