UNPKG

@dynamic-labs/sdk-react-core

Version:

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

4 lines (3 loc) 226 B
import { MutableRefObject } from 'react'; import { DeferredPromise } from '@dynamic-labs/utils'; export declare const resolvePromiseRef: <T>(promise: MutableRefObject<DeferredPromise<T> | null | undefined>, value: T) => void;