UNPKG

reactuals

Version:

A useful package providing a collection of 50+ React hooks and utilities to simplify React development.

6 lines (5 loc) 153 B
/** * Returns the current scroll Y position of the window. * Automatically updates on scroll. */ export declare function useScrollPosition(): number;