Skip to content

Commit 3e74e23

Browse files
committed
Add comment about empty export
1 parent e82dbf2 commit 3e74e23

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/module-augmentation.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ import type {
99
Variant,
1010
} from "./types";
1111

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+
*/
1218
export type {} from "react-select/base";
1319

1420
/**

0 commit comments

Comments
 (0)