Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Commit

Permalink
fix(types): missing export of Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
KoichiKiyokawa committed Dec 24, 2020
1 parent 195169b commit b98e987
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/svelte-materialify/@types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export { default as ListGroup } from './ListGroup';
export { default as ListItemGroup } from './ListItemGroup';
export { default as ListItem } from './ListItem';
export { default as MaterialApp } from './MaterialApp';
export { default as Menu } from './Menu';
export { default as NavigationDrawer } from './NavigationDrawer';
export { default as Dialog } from './Dialog';
export { default as Overlay } from './Overlay';
Expand Down

1 comment on commit b98e987

@vercel
Copy link

@vercel vercel bot commented on b98e987 Dec 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.