UNPKG

coinforbarter-react-native

Version:

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

9 lines (8 loc) 207 B
/// <reference types="react" /> export interface Props { children: JSX.Element; } export declare type PreloaderType = { isLoading: boolean; setIsLoading: (isLoading: boolean) => void; };