UNPKG

shelving

Version:

Toolkit for using data in JavaScript.

4 lines (3 loc) 172 B
import { useRef } from "react"; /** Store internal implementation details for a hook that persist for the lifetime of the component. */ export const useInternals = useRef;