We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82dbf2 commit 3e74e23Copy full SHA for 3e74e23
src/module-augmentation.ts
@@ -9,6 +9,12 @@ import type {
9
Variant,
10
} from "./types";
11
12
+/**
13
+ * This is necessary for the module `react-select/base` to be seen by TypeScript.
14
+ * Without it the module augmentation will not work properly.
15
+ *
16
+ * @see {@link https://github.com/JedWatson/react-select/pull/5762#issuecomment-1765467219}
17
+ */
18
export type {} from "react-select/base";
19
20
/**
0 commit comments