UNPKG

@lobehub/ui

Version:

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

14 lines 435 B
import Avatar from "./components/Avatar.mjs"; import Icon from "./components/Color.mjs"; import Icon$1 from "./components/Mono.mjs"; //#region src/icons/Authelia/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 as default }; //# sourceMappingURL=index.d.mts.map