UNPKG

@daimo/pay

Version:

Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.

8 lines (5 loc) 225 B
import { createContext } from 'react'; /** Meant for internal use. This will be non-exported in a future SDK version. */ const PayContext = createContext(null); export { PayContext }; //# sourceMappingURL=PayContext.js.map