@zag-js/toggle-group
Version:
Core logic for the toggle widget implemented as a state machine
9 lines (8 loc) • 549 B
TypeScript
export { anatomy } from './toggle-group.anatomy.js';
export { connect } from './toggle-group.connect.js';
export { machine } from './toggle-group.machine.js';
export { itemProps, props, splitItemProps, splitProps } from './toggle-group.props.js';
export { ToggleGroupApi as Api, ElementIds, ItemProps, ItemState, ToggleGroupMachine as Machine, ToggleGroupProps as Props, ToggleGroupService as Service, ValueChangeDetails } from './toggle-group.types.js';
export { Orientation } from '@zag-js/types';
import '@zag-js/anatomy';
import '@zag-js/core';