UNPKG

mobx-react-lite

Version:

Lightweight React bindings for MobX based on React 16.8+ and Hooks

13 lines 512 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isUsingStaticRendering = exports.enableStaticRendering = void 0; var globalIsUsingStaticRendering = false; function enableStaticRendering(enable) { globalIsUsingStaticRendering = enable; } exports.enableStaticRendering = enableStaticRendering; function isUsingStaticRendering() { return globalIsUsingStaticRendering; } exports.isUsingStaticRendering = isUsingStaticRendering; //# sourceMappingURL=staticRendering.js.map