Skip to content

Commit

Permalink
Add missing togglemenuitem export
Browse files Browse the repository at this point in the history
  • Loading branch information
Germain committed Oct 31, 2023
1 parent b381eee commit 5029fcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export { Link } from "./components/Link/Link";
export { MenuItem } from "./components/MenuItem/MenuItem";
export { Search } from "./components/Search/Search";
export { Separator } from "./components/Separator/Separator";
export { ToggleMenuItem } from "./components/MenuItem/ToggleMenuItem";
export { Tooltip } from "./components/Tooltip/Tooltip";

export {
Expand Down

0 comments on commit 5029fcd

Please sign in to comment.