Skip to content

Commit

Permalink
export menu (#2319)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruugey authored Apr 22, 2024
1 parent ebf41a5 commit 433616d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/twelve-dingos-give.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@leafygreen-ui/menu': minor
---

Exports `MenuGroup` from package
1 change: 1 addition & 0 deletions packages/menu/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export { Menu, type MenuProps } from './Menu';
export { MenuGroup } from './MenuGroup';
export {
FocusableMenuItem,
MenuItem,
Expand Down

0 comments on commit 433616d

Please sign in to comment.