Skip to content

Commit

Permalink
fix(menu): export service
Browse files Browse the repository at this point in the history
  • Loading branch information
cschroeter authored and colinlienard committed Jun 18, 2024
1 parent 1adcca5 commit 009eda5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/polite-planes-punch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@zag-js/menu": patch
---

Export Service
3 changes: 1 addition & 2 deletions packages/machines/menu/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ export type {
ItemGroupProps,
ItemProps,
ItemState,
MachineContext,
MachineState,
OpenChangeDetails,
OptionItemProps,
OptionItemState,
SelectionDetails,
Service,
} from "./menu.types"

0 comments on commit 009eda5

Please sign in to comment.