UNPKG

@state-management/state-machine-react

Version:

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

5 lines (4 loc) 193 B
export * from './hooks'; // separate out the testing namespace export * as tests from './tests'; export { Command, StateKey, UpdateStateCommand } from '@state-management/simple-state-machine';