Skip to content

Commit

Permalink
Remove export override
Browse files Browse the repository at this point in the history
  • Loading branch information
csandman committed Jul 2, 2024
1 parent 6984a5d commit 4af3f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ export type {

// Forward all available exports from the original `react-select` package
export * from "react-select";
export type { Props };
// export type { Props };
export { useAsync } from "react-select/async";
export { useCreatable } from "react-select/creatable";
export type { AsyncProps } from "react-select/async";
Expand Down

0 comments on commit 4af3f8e

Please sign in to comment.