UNPKG

coinforbarter-react

Version:

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

3 lines (2 loc) 133 B
import { CoinForBarterConfig } from "./types"; export declare const useCoinForBarter: (config: CoinForBarterConfig) => () => void;