UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

10 lines (9 loc) 664 B
import { CometChatTheme } from "../../theme/type"; export declare const getCollabBubbleStyleLight: (color: CometChatTheme["color"], spacing: CometChatTheme["spacing"], typography: CometChatTheme["typography"]) => { incomingBubbleStyle: CometChatTheme["collaborativeBubbleStyles"]; outgoingBubbleStyle: CometChatTheme["collaborativeBubbleStyles"]; }; export declare const getCollabBubbleStyleDark: (color: CometChatTheme["color"], spacing: CometChatTheme["spacing"], typography: CometChatTheme["typography"]) => { incomingBubbleStyle: CometChatTheme["collaborativeBubbleStyles"]; outgoingBubbleStyle: CometChatTheme["collaborativeBubbleStyles"]; };