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 { UseFieldReturn } from './use-field'; export interface UseFieldContext extends UseFieldReturn { } export declare const FieldProvider: (opts: UseFieldContext) => void, useFieldContext: (fallback?: UseFieldContext | undefined) => UseFieldContext;