UNPKG

react-native-unit-components

Version:

Unit React Native components

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