UNPKG

@xapp/chat-widget

Version:
5 lines (4 loc) 221 B
import 'rollup-plugin-inject-process-env'; import { ChatDetail } from "./ChatAction"; import { ChatState } from "./ChatState"; export declare function createStateFromMessages(messages: readonly ChatDetail[]): ChatState;