boxpay-checkout-reactnative-sdk
Version:
Boxpay Payment Gateway
8 lines • 361 B
TypeScript
import type { ImageSourcePropType } from 'react-native';
interface MorePaymentContainerProps {
title: string;
image: ImageSourcePropType;
}
declare const MorePaymentContainer: ({ title, image }: MorePaymentContainerProps) => import("react/jsx-runtime").JSX.Element;
export default MorePaymentContainer;
//# sourceMappingURL=morePaymentContainer.d.ts.map