UNPKG

@kryptogo/kryptogokit-sdk-react

Version:

KryptogoKit offers a comprehensive web3 wallet solution with seamless KryptoGO Auth integration and multi-wallet connection support. Designed for users. Built for developers.

9 lines (8 loc) 253 B
interface AvatarProps { address: string; loading?: boolean; imageUrl?: string | null; size: number; } export declare function Avatar({ address, imageUrl, loading, size }: AvatarProps): import("react/jsx-runtime").JSX.Element; export {};