coinforbarter-react-native
Version:
CoinForBarter ReactNative Library - Integrate cryptocurrency payments for goods and services in your Mobile App
11 lines (10 loc) • 339 B
TypeScript
import { ImageStyle, TextStyle, ViewStyle } from 'react-native';
export declare const PaymentStyle: {
addressReceivedInfo: TextStyle;
addressCopyButton: TextStyle;
addressCopy: TextStyle;
currencyNetwork: TextStyle;
currencyNetworkActive: TextStyle;
currencyOption: ViewStyle;
barCode: ImageStyle;
};