@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
10 lines (9 loc) • 689 B
TypeScript
import { CometChatTheme } from "../../../theme/type";
export declare const getAudioBubbleStyleLight: (color: CometChatTheme["color"], spacing: CometChatTheme["spacing"], typography: CometChatTheme["typography"]) => {
incomingAudioBubbleStyle: Partial<CometChatTheme["audioBubbleStyles"]>;
outgoingAudioBubbleStyle: Partial<CometChatTheme["audioBubbleStyles"]>;
};
export declare const getAudioBubbleStyleDark: (color: CometChatTheme["color"], spacing: CometChatTheme["spacing"], typography: CometChatTheme["typography"]) => {
incomingAudioBubbleStyle: Partial<CometChatTheme["audioBubbleStyles"]>;
outgoingAudioBubbleStyle: Partial<CometChatTheme["audioBubbleStyles"]>;
};