@rohitninawe/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
15 lines (14 loc) • 460 B
TypeScript
import { LiveReactionStylesInterface } from "./LiveReactionstyles";
import { ImageType } from "../../base";
export interface LiveReactionsInterface {
reaction?: ImageType;
style?: LiveReactionStylesInterface;
}
/**
*
* CometChatLiveReaction component allows user to show animated images as a reaction in real-time.
* @version 1.0.0
* @author CometChatTeam
*
*/
export declare const CometChatLiveReactions: (props: LiveReactionsInterface) => any;