Skip to main content

AvatarProps

type
type AvatarProps = ComponentPropsWithoutRef<typeof AvatarPrimitive> & { ref?: Ref<HTMLSpanElement>; size?: AvatarSize }

Import

import { AvatarProps } from '@modular/sdk/ui';