The type of shared state machine definition.
The shared state machine definition.
The shared state machine.
Create a shared state machine.
This function is used in conjunction with useSharedMachine
.
It cannot be used with useMachine
or useSyncedMachine
.
In those cases, use createMachine
instead.
The type of shared state machine definition.
The type of guards for shared state machine functions.
The type of effects for shared state machine functions.
The shared state machine.
Create a shared state machine.