UNPKG

@furman1331/page-scroller

Version:

Amazing plugin for creating smooth scroll on your website

9 lines (6 loc) 273 B
import type { ISectionBeforeChangeProps, ISectionChangeProps } from '@/types' export class Callback { onSectionChange: (props: ISectionChangeProps) => unknown onBeforeSectionChange: (props: ISectionBeforeChangeProps) => unknown } export const callback = new Callback()