Skip to content

Commit

Permalink
Export type
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebennett88 authored and dcousens committed Nov 16, 2022
1 parent 1d0d22f commit 2f5f044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-select/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export type { OptionProps } from './components/Option';
export type { PlaceholderProps } from './components/Placeholder';
export type { SingleValueProps } from './components/SingleValue';
export type { ThemeConfig } from './theme';
export type { StylesConfig } from './styles';
export type { ClassNamesConfig, StylesConfig } from './styles';
export * from './types';
export type {
OptionContext,
Expand Down

0 comments on commit 2f5f044

Please sign in to comment.