UNPKG

coinforbarter-react-native

Version:

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

5 lines (4 loc) 205 B
import React, { FC } from 'react'; import { ErrorContextType, Props } from './types'; export declare const ErrorContext: React.Context<ErrorContextType>; export declare const ErrorProvider: FC<Props>;