UNPKG

@dynamic-labs/sdk-react-core

Version:

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

7 lines (6 loc) 246 B
import { FC, PropsWithChildren } from 'react'; /** * This allows us to ignore nested IsBrowser components. */ export declare const IsNestedBrowserContext: import("react").Context<boolean>; export declare const IsBrowser: FC<PropsWithChildren>;