wangeditor-plugin-upload-pdf
Version:
9 lines (8 loc) • 313 B
TypeScript
import { VNode } from 'snabbdom';
import { IDomEditor, SlateElement } from '@wangeditor-next/editor';
declare function renderImportPdf(elem: SlateElement, children: VNode[] | null, editor: IDomEditor): VNode;
declare const conf: {
type: string;
renderElem: typeof renderImportPdf;
};
export default conf;