UNPKG

@lunalytics/ui

Version:

React based component library created to be used in Lunalytics

7 lines (6 loc) 240 B
import { AvatarProps } from '../../types/components/avatar.types'; declare const Avatar: { ({ avatar, name, showName, ...props }: AvatarProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export default Avatar;