UNPKG

@lobehub/ui

Version:

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

7 lines 285 B
import { ChatHeaderTitleProps } from "./type.mjs"; import { FC } from "react"; //#region src/chat/ChatHeader/ChatHeaderTitle.d.ts declare const ChatHeaderTitle: FC<ChatHeaderTitleProps>; //#endregion export { ChatHeaderTitle as default }; //# sourceMappingURL=ChatHeaderTitle.d.mts.map