UNPKG

react-native-unit-components

Version:

Unit React Native components

9 lines (7 loc) 228 B
export enum UNComponentsSnapshotProtectionStrategy { FullProtection = 'fullProtection', None = 'none' } export interface UNComponentsSecuritySettings { snapshotProtectionStrategy: UNComponentsSnapshotProtectionStrategy }