UNPKG

atitor

Version:

♏ 一款现代化 Markdown 编辑器

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