UNPKG
atitor
Version:
latest (0.1.1)
0.1.1
0.1.0
♏ 一款现代化 Markdown 编辑器
b3log.org/vditor
Vanessa219/vditor
atitor
/
dist
/
ts
/
outline
/
index.d.ts
8 lines
(7 loc)
•
237 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/// <reference types="./types" />
export
declare
class
Outline
{ element: HTMLElement;
constructor
(
outlineLabel
:
string
);
render
(
vditor
: IVditor):
string
;
toggle
(
vditor
: IVditor, show?:
boolean
, focus?:
boolean
):
void
; }