UNPKG

@ark-ui/vue

Version:

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

5 lines (4 loc) 253 B
import { UseStepsReturn } from './use-steps'; export interface UseStepsContext extends UseStepsReturn { } export declare const StepsProvider: (opts: UseStepsContext) => void, useStepsContext: (fallback?: UseStepsContext | undefined) => UseStepsContext;