UNPKG

coinforbarter-react-native

Version:

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

10 lines (9 loc) 260 B
/// <reference types="react" /> export interface NotificationType { success: (message: string) => void; error: (message: string) => void; setExpiryTime: (expiryTime: number) => void; } export interface Props { children: JSX.Element; }