UNPKG
use-keybinds
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
Lightweight keybind library for React
OfficialPesonen/use-keybinds
use-keybinds
/
dist
/
utils.d.ts
6 lines
(3 loc)
•
209 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
KeybindCombination
}
from
'./types.js'
;
declare
const
createKeybindCombinationString
:
(
combination
:
KeybindCombination
,
isSequential
?:
boolean
) =>
string
;
export
{ createKeybindCombinationString };