UNPKG

@lobehub/ui

Version:

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

15 lines (14 loc) 451 B
import { Avatar } from "./components/Avatar.mjs"; import { Icon } from "./components/Color.mjs"; import { Icon as Icon$1 } from "./components/Mono.mjs"; //#region src/icons/MicrosoftEntra/index.d.ts type CompoundedIcon = typeof Icon$1 & { Avatar: typeof Avatar; Color: typeof Icon; colorPrimary: string; title: string; }; declare const Icons: CompoundedIcon; //#endregion export { CompoundedIcon, Icons }; //# sourceMappingURL=index.d.mts.map