hotKey.d.ts 85 B

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