UNPKG

lisn.js

Version:

Simply handle user gestures and actions. Includes widgets.

13 lines 402 B
/** * @module * @ignore * @internal */ export * from "../watchers/dom-watcher.js"; export * from "../watchers/gesture-watcher.js"; export * from "../watchers/layout-watcher.js"; export * from "../watchers/pointer-watcher.js"; export * from "../watchers/scroll-watcher.js"; export * from "../watchers/size-watcher.js"; export * from "../watchers/view-watcher.js"; //# sourceMappingURL=index.d.ts.map