Avataaars API Documentation - v3.1.0
    Preparing search index...

    Interface AvatarSvgProps

    Props for the internal Avatar SVG component. Used by the core Avatar rendering component.

    interface AvatarSvgProps {
        avatarStyle: AvatarStyle;
        style?: CSSProperties;
    }
    Index

    Properties

    Properties

    avatarStyle: AvatarStyle
    style?: CSSProperties