UNPKG

@zag-js/steps

Version:

Core logic for the steps widget implemented as a state machine

8 lines (5 loc) 276 B
import { PropTypes, NormalizeProps } from '@zag-js/types'; import { StepsService, StepsApi } from './steps.types.js'; import '@zag-js/core'; declare function connect<T extends PropTypes>(service: StepsService, normalize: NormalizeProps<T>): StepsApi<T>; export { connect };