UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

6 lines 258 B
"use client"; import { useLayoutEffect } from "react"; export const useClientLayoutEffect = (globalThis === null || globalThis === void 0 ? void 0 : globalThis.document) ? useLayoutEffect : () => { }; //# sourceMappingURL=useClientLayoutEffect.js.map