boxpay-checkout-reactnative-sdk
Version:
Boxpay Payment Gateway
9 lines • 452 B
TypeScript
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