UNPKG

coinforbarter-react-native

Version:

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

9 lines (8 loc) 196 B
/// <reference types="react" /> export interface Props { onClick: () => void; children?: JSX.Element; additionalStyling?: string; isValid?: boolean; isRed?: boolean; }