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