UNPKG

onboardsync-react-native

Version:

Expo SDK for OnboardSync - Remote onboarding configuration platform with A/B testing

8 lines 231 B
import React from 'react'; interface LoadingScreenProps { appName: string; backgroundColor?: string; } export declare const LoadingScreen: React.FC<LoadingScreenProps>; export {}; //# sourceMappingURL=LoadingScreen.d.ts.map