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 { ModalContextType, Props } from './types'; export declare const ModalContext: React.Context<ModalContextType>; export declare const ModalProvider: FC<Props>;