UNPKG

element-plus

Version:

A Component Library for Vue 3

9 lines (8 loc) 272 B
import { InjectionKey, Ref } from "vue"; //#region ../../packages/components/upload/src/constants.d.ts interface UploadContext { accept: Ref<string>; } declare const uploadContextKey: InjectionKey<UploadContext>; //#endregion export { UploadContext, uploadContextKey };