UNPKG

@dynamic-labs/sdk-react-core

Version:

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

6 lines (5 loc) 230 B
export interface ICanceller { id: number; } export declare const animationFrameTimeout: (callback: () => void, duration: number) => ICanceller; export declare const clearAnimationFrameTimeout: (canceller: ICanceller) => void;