UNPKG

koval-ui

Version:

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

9 lines (8 loc) 242 B
"use client"; import { useLayoutEffect as e, useEffect as t } from "react"; import { isBrowser as f } from "../utils/isBrowser.js"; const s = f() ? e : t; export { s as useSafeLayoutEffect }; //# sourceMappingURL=useSafeLayoutEffect.js.map