UNPKG

react-use-wyre

Version:

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

4 lines (3 loc) • 113 B
export default function useApplePay(): { processApplePay: (ref: any, applePayToken: any) => Promise<any>; };