UNPKG

jy-vue3-photo-preview

Version:
6 lines (5 loc) 313 B
import { UpdateItemType, RemoveItemType, HandleShowType } from './types'; import { InjectionKey } from 'vue'; export declare const updateItemKey: InjectionKey<UpdateItemType>; export declare const removeItemKey: InjectionKey<RemoveItemType>; export declare const handleShowKey: InjectionKey<HandleShowType>;