UNPKG

@lobehub/ui

Version:

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

12 lines 363 B
import Avatar from "./components/Avatar.mjs"; import Icon from "./components/Mono.mjs"; //#region src/icons/Auth0/index.d.ts type CompoundedIcon = typeof Icon & { Avatar: typeof Avatar; colorPrimary: string; title: string; }; declare const Icons: CompoundedIcon; //#endregion export { CompoundedIcon, Icons as default }; //# sourceMappingURL=index.d.mts.map