Skip to content

Commit

Permalink
fix(ConfigMenu): Added missing MenuConfigEntryActions type
Browse files Browse the repository at this point in the history
  • Loading branch information
HHogg committed Dec 11, 2023
1 parent a9d2feb commit 39e1292
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workspaces/package/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 39e1292

Please sign in to comment.