diff --git a/workspaces/package/src/index.ts b/workspaces/package/src/index.ts index 1247d7f4..53b7d16c 100644 --- a/workspaces/package/src/index.ts +++ b/workspaces/package/src/index.ts @@ -38,6 +38,7 @@ export { type MenuConfigEntryOneOf, type MenuConfigEntryManyOf, type MenuConfigEntryAction, + type MenuConfigEntryActions, } from './ConfigMenu/ConfigMenu'; export { DatePicker, type DatePickerProps } from './DatePicker/DatePicker'; export { Form, type FormProps } from './Form/Form';