feat: add vditor locally
This commit is contained in:
5
public/vditor/ts/util/toc.d.ts
vendored
Normal file
5
public/vditor/ts/util/toc.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export declare const renderToc: (vditor: IVditor) => void;
|
||||
export declare const clickToc: (event: MouseEvent & {
|
||||
target: HTMLElement;
|
||||
}, vditor: IVditor) => void;
|
||||
export declare const keydownToc: (blockElement: HTMLElement, vditor: IVditor, event: KeyboardEvent, range: Range) => boolean;
|
||||
Reference in New Issue
Block a user