Files
blog-vue/public/vditor/ts/util/toc.d.ts
2025-11-12 14:39:23 +08:00

6 lines
293 B
TypeScript

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;