UNPKG

@dynamic-labs/sdk-react-core

Version:

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

6 lines (5 loc) 156 B
import { FC } from 'react'; export type SubdomainFieldProps = { showDetails?: boolean; }; export declare const SubdomainField: FC<SubdomainFieldProps>;