UNPKG

element-plus

Version:

A Component Library for Vue 3

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