boxpay-checkout-reactnative-sdk
Version:
Boxpay Payment Gateway
9 lines • 434 B
TypeScript
import type { CheckoutStackParamList } from '../navigation';
import type { NavigationProp } from '@react-navigation/native';
type BNPLScreenNavigationProp = NavigationProp<CheckoutStackParamList, 'BNPLScreen'>;
interface Props {
navigation: BNPLScreenNavigationProp;
}
declare const BNPLScreen: ({ navigation }: Props) => import("react/jsx-runtime").JSX.Element;
export default BNPLScreen;
//# sourceMappingURL=bnplScreen.d.ts.map