Skip to content

Commit 38cba0f

Browse files
committed
Fix internal type exports
1 parent 24a99ec commit 38cba0f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,14 +310,16 @@ export type { AsyncSelectComponent } from "./select/async-select";
310310
export type { AsyncCreatableSelectComponent } from "./select/async-creatable-select";
311311

312312
export type {
313-
SizeProps,
314313
Size,
314+
SizeProp,
315315
TagVariant,
316+
Variant,
316317
SelectedOptionStyle,
317318
ColorScheme,
318319
StylesFunction,
319320
ChakraStylesConfig,
320321
OptionBase,
322+
ThemeObject,
321323
} from "./types";
322324

323325
// Forward all available exports from the original `react-select` package

0 commit comments

Comments
 (0)