Skip to content

Commit

Permalink
fix(menu): export menu provider (#7380)
Browse files Browse the repository at this point in the history
  • Loading branch information
anubra266 committed Feb 21, 2023
1 parent c779730 commit bb73192
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/blue-fireants-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@chakra-ui/menu": patch
---

Export menu provider
1 change: 1 addition & 0 deletions packages/components/menu/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export { MenuOptionGroup } from "./menu-option-group"
export type { MenuOptionGroupProps } from "./menu-option-group"
export {
MenuDescendantsProvider,
MenuProvider,
useMenu,
useMenuButton,
useMenuContext,
Expand Down

1 comment on commit bb73192

@vercel
Copy link

@vercel vercel bot commented on bb73192 Feb 21, 2023

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.