UNPKG

@lobehub/ui

Version:

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

3 lines 134 B
import { ChatItemProps } from "./type.mjs"; import ChatItem from "./ChatItem.mjs"; export { type ChatItemProps, ChatItem as default };