UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

10 lines (9 loc) 679 B
import { CometChatTheme } from "../../../theme/type"; export declare const getFileBubbleStyleLight: (color: CometChatTheme["color"], spacing: CometChatTheme["spacing"], typography: CometChatTheme["typography"]) => { incomingFileBubbleStyle: Partial<CometChatTheme["fileBubbleStyles"]>; outgoingFileBubbleStyle: Partial<CometChatTheme["fileBubbleStyles"]>; }; export declare const getFileBubbleStyleDark: (color: CometChatTheme["color"], spacing: CometChatTheme["spacing"], typography: CometChatTheme["typography"]) => { incomingFileBubbleStyle: Partial<CometChatTheme["fileBubbleStyles"]>; outgoingFileBubbleStyle: Partial<CometChatTheme["fileBubbleStyles"]>; };