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