UNPKG

@lobehub/ui

Version:

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

9 lines 290 B
import { DivProps, SvgProps } from "../../types/index.mjs"; import { FC } from "react"; //#region src/brand/LobeHubText/index.d.ts declare const LobeHubText: FC<SvgProps & DivProps & { size?: number; }>; //#endregion export { LobeHubText as default }; //# sourceMappingURL=index.d.mts.map