UNPKG

@ui-machines/tags-input

Version:

Core logic for the tags-input widget implemented as a state machine

4 lines (3 loc) 168 B
export { connect } from "./tags-input.connect"; export { machine } from "./tags-input.machine"; export type { MachineContext, MachineState } from "./tags-input.types";