@uifabric/utilities
Version:
Fluent UI React utilities for building components.
13 lines • 332 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports._isSSR = false;
/**
* Helper to set ssr mode to simulate no window object returned from getWindow helper.
*
* @public
*/
function setSSR(isEnabled) {
exports._isSSR = isEnabled;
}
exports.setSSR = setSSR;
//# sourceMappingURL=setSSR.js.map
;