Skip to content

Commit

Permalink
fix: toast group type
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Oct 28, 2024
1 parent 00a4857 commit c504c1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/twenty-fishes-stare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@zag-js/toast": patch
---

Fix exported toast group context type
2 changes: 1 addition & 1 deletion packages/machines/toast/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export type {
MachineApi as Api,
GenericOptions,
GroupMachineApi as GroupApi,
GroupMachineContext,
UserDefinedGroupContext as GroupMachineContext,
GroupProps,
GroupService,
GroupState,
Expand Down

0 comments on commit c504c1c

Please sign in to comment.