Skip to content

Commit dfb6e11

Browse files
committed
Switch component prop augmentation to root export
1 parent 64a2705 commit dfb6e11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/module-augmentation.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,9 @@ declare module "react-select/base" {
196196
*/
197197
theme?: ThemeConfig;
198198
}
199+
}
199200

201+
declare module "react-select" {
200202
export interface MultiValueProps<
201203
Option,
202204
IsMulti extends boolean,

0 commit comments

Comments
 (0)