UNPKG

easemob-chat-uikit

Version:

![Static Badge](https://img.shields.io/badge/platform-React-green) ![Static Badge](https://img.shields.io/badge/language-typescript-green) ![GitHub commit activity](https://img.shields.io/github/commit-activity/y/easemob/Easemob-UIKit-web) ![GitHub last c

15 lines (14 loc) 475 B
import React from 'react'; import { ChatSDK } from '../SDK'; export interface ChatroomMessageProps { prefix?: string; className?: string; style?: React.CSSProperties; message: ChatSDK.MessageBody; targetLanguage?: string; onReport?: (message: ChatSDK.MessageBody) => void; } declare const ChatroomMessageOut: ((props: ChatroomMessageProps) => import("react/jsx-runtime").JSX.Element) & { displayName: string; }; export default ChatroomMessageOut;