UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

9 lines (8 loc) 262 B
import React from 'react'; import { AvatarVariant } from './types'; export interface AvatarProps extends React.ComponentProps<'img'> { variant?: AvatarVariant; size?: number; } export declare const Avatar: React.FC<AvatarProps>; export * from './types';