UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

6 lines (5 loc) 240 B
/// <reference types="react" /> import { type IconAvatarProps } from '@lobehub/icons'; export type AvatarProps = Omit<IconAvatarProps, 'Icon'>; declare const Avatar: import("react").NamedExoticComponent<AvatarProps>; export default Avatar;