UNPKG

react-nice-scroll

Version:

A React library to smooth scroll and scroll-based animations.

11 lines (10 loc) 259 B
import { FC } from 'react'; interface SequenceSectionProps { imagesPath: string; imagesType: string; imagesCount: number; start?: string; end?: string; } export declare const SequenceSection: FC<SequenceSectionProps>; export {};