UNPKG
atitor
Version:
latest (0.1.1)
0.1.1
0.1.0
♏ 一款现代化 Markdown 编辑器
b3log.org/vditor
Vanessa219/vditor
atitor
/
dist
/
ts
/
util
/
hotKey.d.ts
2 lines
(1 loc)
•
85 B
TypeScript
View Raw
1
2
export
declare
const
matchHotKey
:
(
hotKey
:
string
,
event
:
KeyboardEvent
) =>
boolean
;