Skip to content

Commit b64a6c9

Browse files
authored
[@xstate/store] chore: add missing EventFromStoreConfig, EmitsFromStoreConfig, ContextFromStoreConfig types (#5337)
* chore: add missing EventFromStoreConfig, EmitsFromStoreConfig, ContextFromStoreConfig types from @xstate/store exports * changeset
1 parent 5c29828 commit b64a6c9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@xstate/store": patch
3+
---
4+
5+
chore: add missing EventFromStoreConfig, EmitsFromStoreConfig, ContextFromStoreConfig types from @xstate/store exports

packages/xstate-store/src/index.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,8 @@ export type {
3434
Atom,
3535
AtomOptions,
3636
AnyAtom,
37-
ReadonlyAtom
37+
ReadonlyAtom,
38+
EventFromStoreConfig,
39+
EmitsFromStoreConfig,
40+
ContextFromStoreConfig
3841
} from './types';

0 commit comments

Comments
 (0)