UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 230 B
import { IconProps } from "./type.mjs"; import * as react66 from "react"; //#region src/Icon/Icon.d.ts declare const Icon: react66.NamedExoticComponent<IconProps>; //#endregion export { Icon }; //# sourceMappingURL=Icon.d.mts.map