Function Avatar

  • NOTE: Exotic components are not callable.

    Parameters

    • props: {
          color?: string;
          icon?: string;
          imageProps?: ImageProps;
          name?: string;
          presence?: "online" | "busy" | "away";
          size?: Size;
          src?: string;
          subtle?: boolean;
          textProps?: TextProps;
      } & AriaAttributes & CommonProps & ShorthandProps & DOMAttributes<any> & RefAttributes<unknown>

    Returns ReactElement<any, string | JSXElementConstructor<any>>

Generated using TypeDoc