UNPKG

@ark-ui/vue

Version:

A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.

5 lines (4 loc) 299 B
import { ItemProps } from '@zag-js/steps'; export interface UseStepsItemPropsContext extends ItemProps { } export declare const StepsItemPropsProvider: (opts: UseStepsItemPropsContext) => void, useStepsItemPropsContext: (fallback?: UseStepsItemPropsContext | undefined) => UseStepsItemPropsContext;