UNPKG

@dynamic-labs/sdk-react-core

Version:

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

8 lines (7 loc) 284 B
/// <reference types="react" /> export declare const InlineWidget: import("react").ForwardRefExoticComponent<{ className?: string | undefined; dataTestId?: string | undefined; } & { children?: import("react").ReactNode; } & import("react").RefAttributes<HTMLDivElement>>;