@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
10 lines (9 loc) • 666 B
TypeScript
import { CometChatTheme } from "../../theme/type";
export declare const getLinkPreviewBubbleStyleLight: (color: CometChatTheme["color"], spacing: CometChatTheme["spacing"], typography: CometChatTheme["typography"]) => {
incomingBubbleStyle: CometChatTheme["linkPreviewBubbleStyles"];
outgoingBubbleStyle: CometChatTheme["linkPreviewBubbleStyles"];
};
export declare const getLinkPreviewBubbleStyleDark: (color: CometChatTheme["color"], spacing: CometChatTheme["spacing"], typography: CometChatTheme["typography"]) => {
incomingBubbleStyle: CometChatTheme["linkPreviewBubbleStyles"];
outgoingBubbleStyle: CometChatTheme["linkPreviewBubbleStyles"];
};