UNPKG

react-native-unit-components

Version:

Unit React Native components

11 lines 442 B
import { UNVersioningStrategyType } from '../types/shared'; import { UNComponentsSecuritySettings } from '../types/shared/securitySettings'; export declare const UNComponentsSDKConstants: { webSDKRecommendedStrategy: { type: UNVersioningStrategyType.upToNextMinor; major: number; minor: number; }; securitySettings: UNComponentsSecuritySettings; }; //# sourceMappingURL=UnitComponentsSdk.constants.d.ts.map