UNPKG

boxpay-checkout-reactnative-sdk

Version:
9 lines 434 B
import type { CheckoutStackParamList } from '../navigation'; import type { NavigationProp } from '@react-navigation/native'; type BNPLScreenNavigationProp = NavigationProp<CheckoutStackParamList, 'BNPLScreen'>; interface Props { navigation: BNPLScreenNavigationProp; } declare const BNPLScreen: ({ navigation }: Props) => import("react/jsx-runtime").JSX.Element; export default BNPLScreen; //# sourceMappingURL=bnplScreen.d.ts.map