UNPKG

koval-ui

Version:

React components collection with minimalistic design. Supports theming, layout, and input validation.

13 lines (12 loc) 245 B
"use client"; import { useRef as r, useImperativeHandle as t } from "react"; const s = (n) => { const e = r(null); return t(n, () => e.current, [ e ]), e; }; export { s as useInternalRef }; //# sourceMappingURL=useInternalRef.js.map