UNPKG

boxpay-checkout-reactnative-sdk

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