@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
9 lines • 293 B
text/typescript
import { DivProps, SvgProps } from "../../types/index.mjs";
import { FC } from "react";
//#region src/brand/LobeChatText/index.d.ts
declare const LobeChatText: FC<SvgProps & DivProps & {
size?: number;
}>;
//#endregion
export { LobeChatText as default };
//# sourceMappingURL=index.d.mts.map