UNPKG

@ark-ui/vue

Version:

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

5 lines (4 loc) 299 B
import { UseFileUploadReturn } from './use-file-upload'; export interface UseFileUploadContext extends UseFileUploadReturn { } export declare const FileUploadProvider: (opts: UseFileUploadContext) => void, useFileUploadContext: (fallback?: UseFileUploadContext | undefined) => UseFileUploadContext;