Type alias AvatarProps

AvatarProps: {
    color?: string;
    icon?: string;
    imageProps?: ImageProps;
    name?: string;
    presence?: "online" | "busy" | "away";
    size?: Size;
    src?: string;
    subtle?: boolean;
    textProps?: TextProps;
} & CoreViewProps

Type declaration

  • Optional color?: string
  • Optional icon?: string
  • Optional imageProps?: ImageProps
  • Optional name?: string
  • Optional presence?: "online" | "busy" | "away"
  • Optional size?: Size
  • Optional src?: string
  • Optional subtle?: boolean
  • Optional textProps?: TextProps

Generated using TypeDoc