UNPKG

@zag-js/core

Version:

A minimal implementation of xstate fsm for UI machines

13 lines (12 loc) 326 B
// src/types.ts var MachineStatus = /* @__PURE__ */ ((MachineStatus2) => { MachineStatus2["NotStarted"] = "Not Started"; MachineStatus2["Started"] = "Started"; MachineStatus2["Stopped"] = "Stopped"; return MachineStatus2; })(MachineStatus || {}); var INIT_STATE = "__init__"; export { INIT_STATE, MachineStatus };