UNPKG

@furman1331/page-scroller

Version:

Amazing plugin for creating smooth scroll on your website

9 lines 219 B
export interface ISection { element: HTMLElement; slides: ISectionSlides | null; } export interface ISectionSlides { container: HTMLElement; elements: HTMLElement[]; } //# sourceMappingURL=state.d.ts.map