Skip to content

Commit e82dbf2

Browse files
committed
Switch from import to export
1 parent dfb6e11 commit e82dbf2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/module-augmentation.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* eslint-disable @typescript-eslint/no-unused-vars */
22
import type { SystemStyleObject } from "@chakra-ui/system";
33
import type { GroupBase, StylesConfig, ThemeConfig } from "react-select";
4-
import type {} from "react-select/base";
54
import type {
65
ChakraStylesConfig,
76
SelectedOptionStyle,
@@ -10,6 +9,8 @@ import type {
109
Variant,
1110
} from "./types";
1211

12+
export type {} from "react-select/base";
13+
1314
/**
1415
* Module augmentation is used to add extra props to the existing interfaces
1516
* from `react-select` as per the docs

0 commit comments

Comments
 (0)