react-native-unit-components
Version:
Unit React Native components
6 lines • 355 B
JavaScript
export let UNComponentsSnapshotProtectionStrategy = /*#__PURE__*/function (UNComponentsSnapshotProtectionStrategy) {
UNComponentsSnapshotProtectionStrategy["FullProtection"] = "fullProtection";
UNComponentsSnapshotProtectionStrategy["None"] = "none";
return UNComponentsSnapshotProtectionStrategy;
}({});
//# sourceMappingURL=securitySettings.js.map