UNPKG

@dynamic-labs/sdk-react-core

Version:

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

3 lines (2 loc) 100 B
import { FC, PropsWithChildren } from 'react'; export declare const Stepper: FC<PropsWithChildren>;