UNPKG

@zag-js/toggle-group

Version:

Core logic for the toggle widget implemented as a state machine

9 lines (8 loc) 554 B
export { anatomy } from './toggle-group.anatomy.mjs'; export { connect } from './toggle-group.connect.mjs'; export { machine } from './toggle-group.machine.mjs'; export { itemProps, props, splitItemProps, splitProps } from './toggle-group.props.mjs'; export { ToggleGroupApi as Api, ElementIds, ItemProps, ItemState, ToggleGroupMachine as Machine, ToggleGroupProps as Props, ToggleGroupService as Service, ValueChangeDetails } from './toggle-group.types.mjs'; export { Orientation } from '@zag-js/types'; import '@zag-js/anatomy'; import '@zag-js/core';