UNPKG

@dynamic-labs/sdk-react-core

Version:

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

8 lines (7 loc) 215 B
/// <reference types="react" /> type Props = { isRecoveryFlow?: boolean; isExport?: boolean; }; export declare const NeedHelpSection: ({ isRecoveryFlow, isExport, }: Props) => JSX.Element | null; export {};