UNPKG

@dynamic-labs/sdk-react-core

Version:

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

9 lines (8 loc) 240 B
import { FC, PropsWithChildren } from 'react'; type FormFieldLabelProps = { htmlFor?: string; className?: string; divider?: boolean; }; export declare const FormFieldLabel: FC<PropsWithChildren<FormFieldLabelProps>>; export {};