UNPKG

scroller-motion

Version:

🛹 Elegant motion scrolling for React

6 lines (5 loc) • 144 B
import { ChildrenRef } from '../../types'; export declare const useSize: (ref: ChildrenRef) => { height: number; width: number; };