@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
13 lines (12 loc) • 361 B
text/typescript
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 };
//# sourceMappingURL=index.d.mts.map