UNPKG

@rohitninawe/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

7 lines (6 loc) 322 B
import { CometChatReactionListInterface } from './CometChatReactionList'; export interface ReactionListConfigurationInterface extends Omit<CometChatReactionListInterface, 'messageObject' | 'errorStateText'> { } export declare class ReactionListConfiguration { constructor(props: ReactionListConfigurationInterface); }