UNPKG

react-native-unit-components

Version:

Unit React Native components

8 lines 258 B
export declare enum UNSnapshotProtectionStrategy { FullProtection = "fullProtection", None = "none" } export interface UNSecuritySettings { snapshotProtectionStrategy: UNSnapshotProtectionStrategy; } //# sourceMappingURL=securitySettings.d.ts.map