UNPKG

@ark-ui/vue

Version:

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

6 lines (5 loc) 317 B
import { ItemState } from '@zag-js/steps'; import { ComputedRef } from 'vue'; export interface UseStepsItemContext extends ComputedRef<ItemState> { } export declare const StepsItemProvider: (opts: UseStepsItemContext) => void, useStepsItemContext: (fallback?: UseStepsItemContext | undefined) => UseStepsItemContext;