UNPKG

coinforbarter-react-native

Version:

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

5 lines (4 loc) 219 B
import React, { FC } from 'react'; import { NotificationType, Props } from './types'; export declare const NotificationContext: React.Context<NotificationType>; export declare const NotificationProvider: FC<Props>;