UNPKG

@dynamic-labs/sdk-react-core

Version:

A React SDK for implementing wallet web3 authentication and authorization to your website.

11 lines (6 loc) 241 B
'use client' 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var React = require('react'); const ConnectWithOtpContext = React.createContext(undefined); exports.ConnectWithOtpContext = ConnectWithOtpContext;