UNPKG

lisn.js

Version:

Simply handle user gestures and actions. Includes widgets.

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