AvatarProps
AvatarProps =
Omit<ComponentPropsWithRef<"span">,"className"> &Omit<ComponentPropsWithRef<typeofAvatar>,"className"|"asChild"> &VariantProps<typeofAvatarStyles> &object
Type Declaration
classNames?
optionalclassNames:object
classNames.avatar?
optionalavatar:string
classNames.content?
optionalcontent:string
classNames.fallback?
optionalfallback:string
classNames.image?
optionalimage:string
fallbackProps?
optionalfallbackProps:Omit<ComponentPropsWithRef<typeofFallback>,"className">
imageProps?
optionalimageProps:Omit<ComponentPropsWithRef<typeofImage>,"className">
size?
optionalsize:"medium"|"small"