godoos/frontend/public/vditor/dist/ts/util/hotKey.d.ts
2024-07-25 16:41:01 +08:00

1 line
85 B
TypeScript

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