UNPKG

boxpay-checkout-reactnative-sdk

Version:
8 lines 361 B
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