@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
8 lines (7 loc) • 311 B
text/typescript
import { ChatHeaderTitleProps } from "./type.mjs";
import * as react115 from "react";
//#region src/mobile/ChatHeader/ChatHeaderTitle.d.ts
declare const ChatHeaderTitle: react115.NamedExoticComponent<ChatHeaderTitleProps>;
//#endregion
export { ChatHeaderTitle };
//# sourceMappingURL=ChatHeaderTitle.d.mts.map