UNPKG

@wulperstudio/chat

Version:
8 lines (7 loc) 567 B
import React from "react"; import { ChatActionType } from "./helpers/chatReducer"; import { MembersModel, ModuleChatControlModel } from "./lib"; export declare const externals: (dispatch?: React.Dispatch<ChatActionType> | undefined, auto_select_chat?: React.Dispatch<React.SetStateAction<{ title: string; space: string; } | null>> | undefined, msg_new_of?: ((msgOf: string) => void) | undefined, set_msg?: ((msg: string, autosend: boolean) => void) | undefined, search_users_bighall?: ((members: MembersModel) => void) | undefined) => ModuleChatControlModel;