UNPKG

@ark-ui/vue

Version:

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

5 lines (4 loc) 289 B
import { UseClipboardReturn } from './use-clipboard'; export interface UseClipboardContext extends UseClipboardReturn { } export declare const ClipboardProvider: (opts: UseClipboardContext) => void, useClipboardContext: (fallback?: UseClipboardContext | undefined) => UseClipboardContext;