UNPKG

@lobehub/ui

Version:

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

10 lines (9 loc) 280 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 }; //# sourceMappingURL=index.d.mts.map