UNPKG

react-ui89

Version:

A collection of React components that mimic a common style of user interfaces from the late 80s and early 90s.

3 lines (2 loc) 117 B
import { RefObject } from "react"; export declare const useScrollYPosition: (ref: RefObject<HTMLElement>) => number;