UNPKG

@furman1331/page-scroller

Version:

Amazing plugin for creating smooth scroll on your website

11 lines 386 B
export declare let scrollings: any[]; /** * Registers the wheel event listener on the document body. */ export declare function registerWheelEvent(): void; /** * Removes the wheel event listener from the document body. */ export declare function destroyWheelEvent(): void; export declare function wheelEventHandler(event: WheelEvent): void; //# sourceMappingURL=wheel.event.d.ts.map