createState
You can create a state by passing a design object to the createState function.
const state = createState({ ... })
You can use and interact with the resulting state using the state API.
createStateYou can create a state by passing a design object to the createState function.
const state = createState({ ... })
You can use and interact with the resulting state using the state API.