UNPKG

@ant-design/pro-chat

Version:
7 lines 348 B
import { chatsMessageString, currentChats, currentChatsWithGuideMessage, currentChatsWithHistoryConfig } from "./chat"; export var chatSelectors = { chatsMessageString: chatsMessageString, currentChats: currentChats, currentChatsWithGuideMessage: currentChatsWithGuideMessage, currentChatsWithHistoryConfig: currentChatsWithHistoryConfig };