UNPKG

element-plus

Version:

A Component Library for Vue 3

6 lines (5 loc) 190 B
import type { ComputedRef, InjectionKey } from 'vue'; export interface UploadContext { accept: ComputedRef<string>; } export declare const uploadContextKey: InjectionKey<UploadContext>;