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