UNPKG
react-use-record-hotkey
Version:
beta (1.0.0-beta.1)
latest (1.3.0)
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
1.0.0-beta.1
> 录制键盘快捷键 Hook
github.com/Wxh16144/react-record-hotkey
Wxh16144/react-record-hotkey
react-use-record-hotkey
/
lib
/
index.d.ts
5 lines
(4 loc)
•
159 B
TypeScript
View Raw
1
2
3
4
5
import
useRecordHotkey
from
'./useRecordHotkey'
;
export
default
useRecordHotkey;
export
{ useRecordHotkey };
export
type
{
Options
}
from
'./useRecordHotkey'
;