diff --git a/src/index.ts b/src/index.ts index 2027831..475fa7f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,3 @@ -import "./module-augmentation"; - export { default as Select } from "./select/select"; export { default as CreatableSelect } from "./select/creatable-select"; export { default as AsyncSelect } from "./select/async-select"; diff --git a/src/module-augmentation.ts b/src/module-augmentation.d.ts similarity index 100% rename from src/module-augmentation.ts rename to src/module-augmentation.d.ts