UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 265 B
import { ChatItemProps } from "./type.mjs"; import * as react132 from "react"; //#region src/chat/ChatItem/ChatItem.d.ts declare const ChatItem: react132.NamedExoticComponent<ChatItemProps>; //#endregion export { ChatItem }; //# sourceMappingURL=ChatItem.d.mts.map