UNPKG

shelving

Version:

Toolkit for using data in JavaScript.

6 lines (5 loc) 165 B
import { useRef } from "react"; /** Create an object that persist for the lifetime of the component. */ export function useProps() { return useRef(undefined); }