UNPKG

geoiq-frontend-ui-kit

Version:

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

5 lines (4 loc) 273 B
import { AvatarProps } from './avatar.types'; import { default as React } from 'react'; export declare function AvatarDemo({ imageSrc, alt, size, fallback, fallbackProps, imageProps, avatarProps, id, }: AvatarProps): React.JSX.Element; //# sourceMappingURL=avatar.d.ts.map