UNPKG

@dynamic-labs/sdk-react-core

Version:

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

7 lines (6 loc) 203 B
/** * This hook is used to ensure we show the correct MFA view on page refresh */ export declare const useSyncMfaFlow: ({ handler: headlessHandler, }?: { handler?: () => Promise<void>; }) => void;