react-native-unit-components
Version:
Unit React Native components
12 lines (11 loc) • 464 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.UNSnapshotProtectionStrategy = void 0;
let UNSnapshotProtectionStrategy = exports.UNSnapshotProtectionStrategy = /*#__PURE__*/function (UNSnapshotProtectionStrategy) {
UNSnapshotProtectionStrategy["FullProtection"] = "fullProtection";
UNSnapshotProtectionStrategy["None"] = "none";
return UNSnapshotProtectionStrategy;
}({});
//# sourceMappingURL=securitySettings.js.map