Skip to content

Commit 9832700

Browse files
committed
Export MenuPortalProps
It seems like this type is not re-exported from index like the other Props types are, but it would be useful when providing a replacement component for MenuPortal.
1 parent 53b8534 commit 9832700

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/react-select/src/index.ts

+6-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,12 @@ export type {
3232
LoadingIndicatorProps,
3333
} from './components/indicators';
3434
export type { InputProps } from './components/Input';
35-
export type { MenuListProps, MenuProps, NoticeProps } from './components/Menu';
35+
export type {
36+
MenuListProps,
37+
MenuProps,
38+
MenuPortalProps,
39+
NoticeProps,
40+
} from './components/Menu';
3641
export type {
3742
MultiValueGenericProps,
3843
MultiValueProps,

0 commit comments

Comments
 (0)