UNPKG

@lobehub/ui

Version:

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

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