UNPKG

coinforbarter-react-native

Version:

CoinForBarter ReactNative Library - Integrate cryptocurrency payments for goods and services in your Mobile App

9 lines (8 loc) 168 B
import { FC } from 'react'; interface Props { url?: string; title?: string; classStyles: string; } export declare const Logo: FC<Props>; export {};