UNPKG
@xstate/vue
Version:
alpha (3.0.0-alpha.1)
beta (3.0.0-beta.6)
latest (5.0.0)
5.0.0
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.3
3.0.2
3.0.1
3.0.0
3.0.0-beta.6
3.0.0-beta.5
3.0.0-beta.4
3.0.0-beta.3
3.0.0-beta.2
3.0.0-alpha.1
3.0.0-alpha.0
2.0.0
1.0.0
0.8.2
0.8.1
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.1
0.1.0
XState tools for Vue
github.com/statelyai/xstate/tree/main/packages/xstate-vue
statelyai/xstate
@xstate/vue
/
dist
/
declarations
/
src
/
index.d.ts
5 lines
(4 loc)
•
184 B
TypeScript
View Raw
1
2
3
4
5
export
{ useActor }
from
"./useActor.js"
;
export
{ useActorRef }
from
"./useActorRef.js"
;
export
{ useMachine }
from
"./useMachine.js"
;
export
{ useSelector }
from
"./useSelector.js"
;