UNPKG

web3-mq-react

Version:
7 lines (6 loc) 250 B
/// <reference types="react" /> import { AvatarProps } from '../Avatar'; export interface AvatarGroupProps extends Omit<AvatarProps, 'image'> { images: string[]; } export declare const AvatarGroup: (props: AvatarGroupProps) => JSX.Element;