UNPKG

react-use-wyre

Version:

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

4 lines (3 loc) • 184 B
export default function useCreateAccount(): { createAccount: ({ type, country, profileFields, referrerAccountId, subaccount, disableEmail, }: any, extras: any) => Promise<any>; };