UNPKG

@lobehub/ui

Version:

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

9 lines (8 loc) 290 B
import { FC } from "react"; import { IconAvatarProps } from "@lobehub/icons"; //#region src/icons/Authentik/components/Avatar.d.ts type AvatarProps = Omit<IconAvatarProps, 'Icon'>; declare const Avatar: FC<AvatarProps>; //#endregion export { Avatar }; //# sourceMappingURL=Avatar.d.mts.map