@kubit-ui-web/react-components
Version:
Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience
5 lines (4 loc) • 472 B
TypeScript
import React from 'react';
import { IAvatarStandAlone } from './types/avatar';
export declare const AvatarStandAloneComponent: ({ contentType, backgroundColor, image, onClick, styles, dataTestId, maxLengthInitials, ...props }: IAvatarStandAlone, ref: React.ForwardedRef<HTMLDivElement | HTMLButtonElement>) => JSX.Element;
export declare const AvatarStandAlone: React.ForwardRefExoticComponent<IAvatarStandAlone & React.RefAttributes<HTMLButtonElement | HTMLDivElement>>;