UNPKG

omnipay-savings-sdk

Version:

Omnipay Savings SDK

7 lines (6 loc) 242 B
import { ImageProps } from 'react-native'; type SmartImageProps = ImageProps & { fallback?: any; }; export declare const SmartImage: ({ source, fallback, ...props }: SmartImageProps) => import("react/jsx-runtime").JSX.Element; export {};