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

8 lines
237 B
TypeScript

/// <reference types="./types" />
export declare class Outline {
element: HTMLElement;
constructor(outlineLabel: string);
render(vditor: IVditor): string;
toggle(vditor: IVditor, show?: boolean, focus?: boolean): void;
}