godoos/frontend/public/vditor/dist/ts/util/toc.d.ts
2024-07-25 16:41:01 +08:00

6 lines
327 B
TypeScript

/// <reference types="./types" />
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;