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