UNPKG

boxpay-checkout-reactnative-sdk

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