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

13 lines (12 loc) 397 B
import React from 'react'; import { CurrentConversation } from '../store/ConversationStore'; export interface TypingProps { prefix?: string; className?: string; style?: React.CSSProperties; onHide?: () => void; onShow?: () => void; conversation: CurrentConversation; } declare let Typing: (props: TypingProps) => import("react/jsx-runtime").JSX.Element; export { Typing };