UNPKG

@furman1331/page-scroller

Version:

Amazing plugin for creating smooth scroll on your website

7 lines 328 B
import type { ISectionBeforeChangeProps, ISectionChangeProps } from '@/types'; export declare class Callback { onSectionChange: (props: ISectionChangeProps) => unknown; onBeforeSectionChange: (props: ISectionBeforeChangeProps) => unknown; } export declare const callback: Callback; //# sourceMappingURL=callback.d.ts.map