UNPKG
atitor
Version:
latest (0.1.1)
0.1.1
0.1.0
♏ 一款现代化 Markdown 编辑器
b3log.org/vditor
Vanessa219/vditor
atitor
/
dist
/
ts
/
wysiwyg
/
processKeydown.d.ts
4 lines
(3 loc)
•
216 B
TypeScript
View Raw
1
2
3
4
/// <reference types="./types" />
export
declare
const
processKeydown
:
(
vditor
:
IVditor
,
event
:
KeyboardEvent
) =>
boolean
;
export
declare
const
removeBlockElement
:
(
vditor
:
IVditor
,
event
:
KeyboardEvent
) =>
boolean
;