UNPKG

@dynamic-labs/sdk-react-core

Version:

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

11 lines (10 loc) 283 B
import React from 'react'; type ImageProps = { alt?: string; className?: string; dataTestId?: string; fallback?: React.ReactNode; src?: string; }; export declare const Image: ({ src, alt, fallback, className, dataTestId, }: ImageProps) => JSX.Element; export {};