UNPKG

@furman1331/page-scroller

Version:

Amazing plugin for creating smooth scroll on your website

4 lines 235 B
import type { IPageScrollerOptions, IPageScrollerReturn } from '@/types'; import './index.css'; export declare function usePageScroller(options?: IPageScrollerOptions): IPageScrollerReturn; //# sourceMappingURL=usePageScroller.d.ts.map