@rohitninawe/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
7 lines (6 loc) • 356 B
TypeScript
import { CometChatListItemInterface } from './CometChatListItem';
export interface ListItemConfigurationInterface extends Omit<CometChatListItemInterface, 'id' | 'avatarURL' | 'avatarName' | 'statusIndicatorColor' | 'statusIndicatorIcon' | 'title'> {
}
export declare class ListItemConfiguration {
constructor(props: ListItemConfigurationInterface);
}