@furman1331/page-scroller
Version:
Amazing plugin for creating smooth scroll on your website
7 lines • 401 B
TypeScript
import type { IPageScrollerOptions } from '@/types';
export declare const defaultState: IPageScrollerOptions;
export declare function initializeState(options: IPageScrollerOptions): void;
export declare function destroyState(): void;
export declare function initializeCallbacks(options: IPageScrollerOptions): void;
export declare function destroyCallbacks(): void;
//# sourceMappingURL=state.d.ts.map