mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 08:26:35 +08:00
react-select: exporting ReactSelectProps
This commit is contained in:
5
react-select/react-select.d.ts
vendored
5
react-select/react-select.d.ts
vendored
@@ -420,7 +420,8 @@ declare module "react-select-props" {
|
||||
|
||||
interface Option extends ReactSelect.Option {}
|
||||
interface MenuRendererProps extends ReactSelect.MenuRendererProps {}
|
||||
|
||||
export { MenuRendererProps, Option };
|
||||
interface ReactSelectProps extends ReactSelect.ReactSelectProps {}
|
||||
|
||||
export { MenuRendererProps, ReactSelectProps, Option };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user