UNPKG

vditor

Version:

♏ 易于使用的 Markdown 编辑器,为适配不同的应用场景而生

11 lines (10 loc) 527 B
export declare const previoueIsEmptyA: (node: Node) => false | HTMLElement; export declare const nextIsCode: (range: Range) => boolean; export declare const getNextHTML: (node: Node) => string; export declare const getPreviousHTML: (node: Node) => string; export declare const getRenderElementNextNode: (blockCodeElement: HTMLElement) => ChildNode; export declare const splitElement: (range: Range) => { afterHTML: string; beforeHTML: string; }; export declare const modifyPre: (vditor: IVditor, range: Range) => void;