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