UNPKG

boxpay-checkout-reactnative-sdk

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