UNPKG

@heroui/avatar

Version:

The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.

13 lines (10 loc) 397 B
import * as _heroui_system from '@heroui/system'; import { UseAvatarProps } from './use-avatar.mjs'; import 'tailwind-variants'; import 'react'; import '@heroui/theme'; import '@heroui/react-utils'; interface AvatarProps extends UseAvatarProps { } declare const Avatar: _heroui_system.InternalForwardRefRenderFunction<"span", AvatarProps, never>; export { type AvatarProps, Avatar as default };