Skip to content

Commit 2370bf0

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 2370bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-select/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ 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 { MenuListProps, MenuProps, MenuPortalProps, NoticeProps } from './components/Menu';
3636
export type {
3737
MultiValueGenericProps,
3838
MultiValueProps,

0 commit comments

Comments
 (0)