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 dfb6e11 commit e82dbf2Copy full SHA for e82dbf2
src/module-augmentation.ts
@@ -1,7 +1,6 @@
1
/* eslint-disable @typescript-eslint/no-unused-vars */
2
import type { SystemStyleObject } from "@chakra-ui/system";
3
import type { GroupBase, StylesConfig, ThemeConfig } from "react-select";
4
-import type {} from "react-select/base";
5
import type {
6
ChakraStylesConfig,
7
SelectedOptionStyle,
@@ -10,6 +9,8 @@ import type {
10
9
Variant,
11
} from "./types";
12
+export type {} from "react-select/base";
13
+
14
/**
15
* Module augmentation is used to add extra props to the existing interfaces
16
* from `react-select` as per the docs
0 commit comments