UNPKG

lisn.js

Version:

Simply handle user gestures and actions. Includes widgets.

11 lines 385 B
/** * @module * @ignore * @internal */ import "./bundle-essentials.js"; import * as _actions from "./actions/index.js"; export * from "./bundle-essentials.js"; export declare const actions: Omit<typeof _actions, "Open" | "NextPage" | "PrevPage" | "GoToPage" | "EnablePage" | "DisablePage">; export * as triggers from "./triggers/index.js"; //# sourceMappingURL=bundle-slim.d.ts.map