@zag-js/steps
Version:
Core logic for the steps widget implemented as a state machine
9 lines (8 loc) • 466 B
text/typescript
export { anatomy } from './steps.anatomy.mjs';
export { connect } from './steps.connect.mjs';
export { machine } from './steps.machine.mjs';
export { props, splitProps } from './steps.props.mjs';
export { StepsApi as Api, ElementIds, ItemProps, ItemState, StepsMachine as Machine, StepsProps as Props, StepsService as Service, StepChangeDetails, StepInvalidDetails } from './steps.types.mjs';
import '@zag-js/anatomy';
import '@zag-js/types';
import '@zag-js/core';