UNPKG

react-use-wyre

Version:

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

4 lines (3 loc) • 100 B
export default function useTransfer(): { getTransfer: ({ transferId }: any) => Promise<any>; };