UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

3 lines (2 loc) 230 B
import type { AvatarImageProps } from "./types.js"; export declare const AvatarImage: ({ imgUrl, fallbackImgUrl, sizes, srcSet, alt, loading, withImageBorder, size, }: AvatarImageProps) => import("react/jsx-runtime").JSX.Element;