UNPKG

@xapp/chat-widget

Version:
5 lines (4 loc) 235 B
import 'rollup-plugin-inject-process-env'; import { ChatMemberJoinDetail } from "../ChatAction"; import { ChatState } from "../ChatState"; export declare function memberJoin(state: ChatState, detail: ChatMemberJoinDetail): ChatState;