UNPKG

coinforbarter-react-native

Version:

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

9 lines (8 loc) 194 B
/// <reference types="react" /> export interface Props { children: JSX.Element; closeModal: () => void; } export declare type ModalContextType = { closeModal: () => void; };