MindMap/frontend/node_modules/vditor/dist/ts/outline/index.d.ts

8 lines
237 B
TypeScript
Raw Normal View History

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