@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
8 lines (7 loc) • 358 B
text/typescript
import * as react102 from "react";
import * as lucide_react9 from "lucide-react";
//#region src/icons/lucideExtra/ProviderIcon.d.ts
declare const ProviderIcon: react102.ForwardRefExoticComponent<Omit<lucide_react9.LucideProps, "ref"> & react102.RefAttributes<SVGSVGElement>>;
//#endregion
export { ProviderIcon };
//# sourceMappingURL=ProviderIcon.d.mts.map