UNPKG

@dynamic-labs/sdk-react-core

Version:

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

9 lines (8 loc) 241 B
import { FC } from 'react'; export interface SessionManagementViewProps { bannerMessage?: { type: 'success' | 'error'; message: string; }; } export declare const SessionManagementView: FC<SessionManagementViewProps>;