@zag-js/toggle
Version:
Core logic for the toggle widget implemented as a state machine
11 lines (10 loc) • 298 B
text/typescript
export { anatomy } from "./toggle.anatomy"
export { connect } from "./toggle.connect"
export { machine } from "./toggle.machine"
export * from "./toggle.props"
export type {
ToggleApi as Api,
ToggleMachine as Machine,
ToggleProps as Props,
ToggleService as Service,
} from "./toggle.types"