@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
17 lines (16 loc) • 785 B
TypeScript
import { CometChatTheme } from "../../../theme/type";
export declare const Style: {
playIconPosition: {
flex: number;
alignItems: "center";
justifyContent: "center";
};
};
export declare const getVideoBubbleStylesLight: (color: CometChatTheme["color"], spacing: CometChatTheme["spacing"], typography: CometChatTheme["typography"]) => {
incomingBubbleStyle: CometChatTheme["videoBubbleStyles"];
outgoingBubbleStyle: CometChatTheme["videoBubbleStyles"];
};
export declare const getVideoBubbleStylesDark: (color: CometChatTheme["color"], spacing: CometChatTheme["spacing"], typography: CometChatTheme["typography"]) => {
incomingBubbleStyle: CometChatTheme["videoBubbleStyles"];
outgoingBubbleStyle: CometChatTheme["videoBubbleStyles"];
};