UNPKG

@state-management/state-machine-react

Version:

React wrapper for simple-state-machine, provides fromState and useDispatcher hooks and unit test fixtures

4 lines (3 loc) 155 B
export * from './hooks'; export * as tests from './tests'; export { Command, StateKey, UpdateStateCommand } from '@state-management/simple-state-machine';