UNPKG

scroller-motion

Version:

🛹 Elegant motion scrolling for React

4 lines (3 loc) • 207 B
/// <reference types="react" /> import { CoreProps, CoreRef } from '../../types'; export declare const Core: import("react").ForwardRefExoticComponent<CoreProps & import("react").RefAttributes<CoreRef>>;