UNPKG

react-scroll-animator

Version:

System for creating animations based on scroll location in react

9 lines (8 loc) 224 B
/// <reference types="react" /> export declare const Pin: ({ sections, children, ...rest }: { [prop: string]: any; sections: { [propName: string]: number; }; children: any; }) => JSX.Element;