diff --git a/packages/client/src/common/index.ts b/packages/client/src/common/index.ts index af8aaba74e..7a855f3c17 100644 --- a/packages/client/src/common/index.ts +++ b/packages/client/src/common/index.ts @@ -1,10 +1,11 @@ -export { +export type { TShowToast, Option, OptionWithIcon, DropdownValueSetter, MentionOption, - NotificationSeverity, } from './types'; -export { MenuItemProps } from './menus'; +export { NotificationSeverity } from './types'; + +export type { MenuItemProps } from './menus';