UNPKG

aichat-core

Version:

AI 流式聊天业务核心TS模型封装及业务实现模块

6 lines (5 loc) 110 B
import { FC } from "react"; declare const ChatContent: FC<{ content: any; }>; export default ChatContent;