UNPKG

aichat-core

Version:

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

7 lines (6 loc) 166 B
import { FC } from "react"; import "../../styles/chat-attachments.scss"; declare const ChatAttachments: FC<{ items: string[]; }>; export default ChatAttachments;