UNPKG

@ark-ui/vue

Version:

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

5 lines (4 loc) 280 B
import { UseEditableReturn } from './use-editable'; export interface UseEditableContext extends UseEditableReturn { } export declare const EditableProvider: (opts: UseEditableContext) => void, useEditableContext: (fallback?: UseEditableContext | undefined) => UseEditableContext;