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

7 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;
}