UNPKG

@furman1331/page-scroller

Version:

Amazing plugin for creating smooth scroll on your website

7 lines 489 B
export { onDestroy, changeSectionOrSlideByDirection, changeSectionByDirection, changeSectionBySpecificIndex, changeSlideByDirection, } from '@/common'; import type { TScrollingMode } from '@/types/scroll'; export declare const isManualScrollingMode: () => boolean; export declare const isAutomaticScrollingMode: () => boolean; export declare function changeScrollingMode(mode: TScrollingMode): void; export declare const getActiveSection: () => number; //# sourceMappingURL=shared.d.ts.map