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) 115 B
import { MutableRefObject } from "react"; export declare function useUpdatedRef<T>(value: T): MutableRefObject<T>;