react-native-unit-components
Version:
Unit React Native components
13 lines (12 loc) • 464 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.UNComponentsEnvironment = void 0;
let UNComponentsEnvironment = exports.UNComponentsEnvironment = /*#__PURE__*/function (UNComponentsEnvironment) {
UNComponentsEnvironment["sandbox"] = "sandbox";
UNComponentsEnvironment["production"] = "production";
UNComponentsEnvironment["mock"] = "mock";
return UNComponentsEnvironment;
}({});
//# sourceMappingURL=env.types.js.map