UNPKG

geoiq-frontend-ui-kit

Version:

This project is a UI kit for GeoIQ's frontend. It's built with React, TypeScript, and Vite.

4 lines (3 loc) 257 B
import { AvatarProps } from './avatar.types'; export declare function AvatarDemo({ imageSrc, alt, size, fallback, fallbackProps, imageProps, avatarProps, id, }: AvatarProps): import("react/jsx-dev-runtime").JSX.Element; //# sourceMappingURL=avatar.d.ts.map