UNPKG

react-native-unit-components

Version:

Unit React Native components

13 lines (12 loc) 384 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UNEnvironment = void 0; let UNEnvironment = exports.UNEnvironment = /*#__PURE__*/function (UNEnvironment) { UNEnvironment["sandbox"] = "sandbox"; UNEnvironment["production"] = "production"; UNEnvironment["mock"] = "mock"; return UNEnvironment; }({}); //# sourceMappingURL=env.types.js.map