UNPKG
@waradu/keyboard
Version:
latest (9.0.4)
rc (5.0.0-rc.0)
9.0.4
9.0.3
9.0.2
9.0.1
9.0.0
8.0.0
7.4.1
7.4.0
7.3.0
7.2.1
7.2.0
7.1.3
7.1.2
7.1.1
7.1.0
7.0.0
6.2.0
6.1.0
6.0.0
5.3.6
5.3.5
5.3.4
5.3.3
5.3.2
5.3.1
5.3.0
5.2.1
5.2.0
5.1.0
5.0.0
5.0.0-rc.0
4.3.0
4.2.0
4.1.0
4.0.1
A keyboard manager compatible with JavaScript, TypeScript and Nuxt
waradu.dev
waradu/keyboard
@waradu/keyboard
/
dist
/
nuxt
/
runtime
/
directives.d.ts
7 lines
(6 loc)
•
259 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
KeySequence
,
Options
}
from
"@waradu/keyboard"
;
import
type
{
Directive
}
from
"vue"
;
type
Modifiers
=
"prevent"
|
"stop"
;
type
Arg
=
KeySequence
;
export
declare
const
vKeybind
:
Directive
<
HTMLElement
,
Options
[
"run"
],
Modifiers
,
Arg
>;
export
{};