UNPKG

react-use-wyre

Version:

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

4 lines (3 loc) • 104 B
export default function useReservation(): { makeReservation: ({ ...opts }: any) => Promise<any>; };