MindMap/frontend/node_modules/vditor/dist/ts/sv/combineFootnote.d.ts

7 lines
276 B
TypeScript
Raw Permalink Normal View History

/**
*
* @param elements vditor.sv.element
* @param afterCombine , param: root为合并后的脚注块
*/
export declare const combineFootnote: (elements: HTMLElement, afterCombine?: (root: HTMLElement) => void) => void;