UNPKG

create-cocos-plugin

Version:
8 lines (4 loc) 275 B
import type { InjectionKey } from 'vue'; import type { MessageOptions, MessageHandler } from 'element-plus'; export const keyAppRoot = Symbol() as InjectionKey<HTMLElement>; export const keyMessage = Symbol() as InjectionKey<(options?: MessageOptions) => MessageHandler>;