UNPKG

react-hotkeys-hook

Version:
7 lines (6 loc) 223 B
export default function useRecordHotkeys(useKey?: boolean): readonly [Set<string>, { readonly start: () => void; readonly stop: () => void; readonly resetKeys: () => void; readonly isRecording: boolean; }];