UNPKG

coinforbarter-react-native

Version:

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

6 lines (5 loc) 477 B
export declare const usePreloader: () => import("../store/preloader/types").PreloaderType; export declare const useErrorBoundary: () => import("../store/errors/types").ErrorContextType; export declare const usePayment: () => import("../store/payment/types").DefaultPaymentContextValue; export declare const useNotification: () => import("../store/notification/types").NotificationType; export declare const useModal: () => import("../store/modal/types").ModalContextType;