@navikt/ds-react
Version:
React components from the Norwegian Labour and Welfare Administration.
9 lines • 371 B
JavaScript
;
"use client";
Object.defineProperty(exports, "__esModule", { value: true });
exports.useClientLayoutEffect = void 0;
const react_1 = require("react");
exports.useClientLayoutEffect = (globalThis === null || globalThis === void 0 ? void 0 : globalThis.document)
? react_1.useLayoutEffect
: () => { };
//# sourceMappingURL=useClientLayoutEffect.js.map