mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-14 22:10:30 +00:00
react-select: exporting ReactSelectProps
This commit is contained in:
Vendored
+3
-2
@@ -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