Skip to content

Commit

Permalink
Add missing root exports
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Oct 14, 2024
1 parent bc02b1b commit 256ec7a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/mui-base/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
export * from './AlertDialog';
export * from './Checkbox';
export * from './CheckboxGroup';
export * from './Collapsible';
export * from './Dialog';
export * from './Field';
export * from './Fieldset';
export * from './Form';
export * from './Menu';
export * from './NumberField';
export * from './Popover';
export * from './PreviewCard';
export * from './Progress';
export * from './RadioGroup';
export * from './Separator';
export * from './Slider';
export * from './Switch';
Expand Down

0 comments on commit 256ec7a

Please sign in to comment.