UNPKG

@voiceiq/web-components

Version:

VoiceIQ Web Component library

16 lines (15 loc) 574 B
import { AvatarGroupProps } from './AvatarGroup.types'; declare const _default: { classes: { avatar: { width: number; height: number; fontSize: number; fontWeight: number; fontFamily: string; border: string; }; }; useStyles: (props: AvatarGroupProps) => import("@material-ui/styles").ClassNameMap<"avatarGroup" | "additionalCountAvailable" | "additionalCountNotAvailable" | "overflowCountWrapper" | "bottomIcon" | "functionIcon">; }; export default _default;