UNPKG

@wangeditor-next/editor

Version:
7 lines (6 loc) 208 B
/** * @description maps * @author wangfupeng */ import { IDomEditor } from '@wangeditor-next/core'; export declare const ELEM_TO_EDITOR: WeakMap<import("packages/custom-types").CustomElement, IDomEditor>;