statecharts
statechart
import { Statechart, statechart } from 'overmind/config'
import * as actions from './actions'
import { state } from './state'
const config = {
actions,
state
}
const chart: Statechart<typeof config, {}> = {}
export default statechart(config, chart)initial
states
entry
exit
on
nested
parallel
matches
Last updated