UNPKG
atitor
Version:
latest (0.1.1)
0.1.1
0.1.0
♏ 一款现代化 Markdown 编辑器
b3log.org/vditor
Vanessa219/vditor
atitor
/
dist
/
ts
/
tip
/
index.d.ts
7 lines
(6 loc)
•
137 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
class
Tip
{
element
:
HTMLElement
;
constructor
(
);
show
(
text
:
string
,
time
?:
number
):
void
;
hide
():
void
; }