Mrdoc/static/vditor/dist/ts/util/hotKey.d.ts
2020-09-26 21:51:40 +08:00

2 lines
85 B
TypeScript

export declare const matchHotKey: (hotKey: string, event: KeyboardEvent) => boolean;