UNPKG

onboardsync-react-native

Version:

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

10 lines 284 B
import React from 'react'; interface FallbackScreenProps { appName: string; onClose: () => void; backgroundColor?: string; textColor?: string; } export declare const FallbackScreen: React.FC<FallbackScreenProps>; export {}; //# sourceMappingURL=FallbackScreen.d.ts.map