@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
11 lines (10 loc) • 771 B
TypeScript
import { CometChatTheme } from "../../../theme/type";
import { DeepPartial } from "../../helper/types";
export declare const getReactionsStyleLight: (color: CometChatTheme["color"], spacing: CometChatTheme["spacing"], typography: CometChatTheme["typography"]) => {
incomingBubbleStyle: DeepPartial<CometChatTheme["messageBubbleReactionStyles"]>;
outgoingBubbleStyle: DeepPartial<CometChatTheme["messageBubbleReactionStyles"]>;
};
export declare const getReactionsStyleDark: (color: CometChatTheme["color"], spacing: CometChatTheme["spacing"], typography: CometChatTheme["typography"]) => {
incomingBubbleStyle: DeepPartial<CometChatTheme["messageBubbleReactionStyles"]>;
outgoingBubbleStyle: DeepPartial<CometChatTheme["messageBubbleReactionStyles"]>;
};