"use strict"; 'use client'; Object.defineProperty(exports, "__esModule", { value: true }); exports.IsWithinLayoutContext = void 0; const react_1 = require("react"); exports.IsWithinLayoutContext = (0, react_1.createContext)(false); //# sourceMappingURL=IsWithinLayoutContext.js.map