diff --git a/packages/react-select/src/index.ts b/packages/react-select/src/index.ts index 312aab9f03..db36d49847 100644 --- a/packages/react-select/src/index.ts +++ b/packages/react-select/src/index.ts @@ -32,7 +32,12 @@ export type { LoadingIndicatorProps, } from './components/indicators'; export type { InputProps } from './components/Input'; -export type { MenuListProps, MenuProps, NoticeProps } from './components/Menu'; +export type { + MenuListProps, + MenuProps, + MenuPortalProps, + NoticeProps, +} from './components/Menu'; export type { MultiValueGenericProps, MultiValueProps,