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