UNPKG

patrick-hub-react

Version:

React Hooks and components for integrating sBTC payments with Turnkey.

5 lines (4 loc) 198 B
// packages/react/src/index.ts export { PatrickHubProvider, usePatrickHub } from './provider.js'; export { useAuth } from './hooks/useAuth.js'; export { useCheckout } from './hooks/useCheckout.js';