feat: add vditor locally
This commit is contained in:
6
public/vditor/ts/sv/combineFootnote.d.ts
vendored
Normal file
6
public/vditor/ts/sv/combineFootnote.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* 合并脚注
|
||||
* @param elements vditor.sv.element
|
||||
* @param afterCombine 每个脚注块合并完成后的回调, param: root为合并后的脚注块
|
||||
*/
|
||||
export declare const combineFootnote: (elements: HTMLElement, afterCombine?: (root: HTMLElement) => void) => void;
|
||||
Reference in New Issue
Block a user