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

18 lines (17 loc) 589 B
import React from 'react'; import { ChatSDK } from 'module/SDK'; export interface ThreadListProps { className?: string; prefix?: string; style?: React.CSSProperties; onSearch?: (e: React.ChangeEvent<HTMLInputElement>) => void; onClear?: () => void; headerContent?: React.ReactNode; onClose?: () => void; onClickItem?: (data: ChatSDK.ChatThreadOverview) => void; renderHeader?: () => React.ReactNode; } declare const _default: ((props: ThreadListProps) => import("react/jsx-runtime").JSX.Element) & { displayName: string; }; export default _default;