UNPKG

vue-admin-core

Version:
15 lines (14 loc) 345 B
import type { IDomEditor } from "@wangeditor/core"; type Events = { ArrowDown?: KeyboardEvent; ArrowUp?: KeyboardEvent; Enter?: KeyboardEvent; hide: IDomEditor; show: { value?: string; top: number; left: number; }; }; declare const emitter: import("mitt").Emitter<Events>; export default emitter;