UNPKG
lisn.js
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Simply handle user gestures and actions. Includes widgets.
lisnjs.github.io
lisnjs/lisn.js
lisn.js
/
dist
/
esm
/
bundle.d.ts
11 lines
•
289 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** *
@module
*
@ignore
*
@internal
*/
import
"./bundle-slim.js"
;
export
*
from
"./bundle-essentials.js"
;
export
*
as
actions
from
"./actions/index.js"
;
export
*
as
triggers
from
"./triggers/index.js"
;
export
*
as
widgets
from
"./widgets/index.js"
;
//# sourceMappingURL=bundle.d.ts.map