JewelryMall/admin/node_modules/element-plus/es/components/upload/src/constants.d.ts
2026-02-14 19:29:15 +08:00

6 lines
174 B
TypeScript

import type { InjectionKey, Ref } from 'vue';
export interface UploadContext {
accept: Ref<string>;
}
export declare const uploadContextKey: InjectionKey<UploadContext>;