UNPKG

react-use-wyre

Version:

🤑 React.js hooks for making payments using SendWyre. https://docs.sendwyre.com/

4 lines (3 loc) • 259 B
import { AxiosResponse } from "axios"; import { WyreParams } from '../types'; export default function wyre({ apiKey, secretKey, authenticationType: maybeAuthenticationType, apiUrl, baseUrl, url: endpoint, method, data, }: WyreParams): Promise<AxiosResponse>;