UNPKG

biuauthui

Version:
11 lines (10 loc) 301 B
import { AvatarProps } from "antd"; interface Props extends AvatarProps { onClick?: () => void; className?: string; borderRadius?: number | string; isNft?: boolean; size: number; } export declare function MyAvatar(props: Props): import("react/jsx-runtime").JSX.Element; export {};