@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
4 lines (3 loc) • 442 B
TypeScript
import { CometChatTheme } from "../../theme/type";
export declare const getStickerStyleLight: (color: CometChatTheme["color"], spacing: CometChatTheme["spacing"], typography: CometChatTheme["typography"]) => CometChatTheme["stickerBubbleStyles"];
export declare const getStickerStyleDark: (color: CometChatTheme["color"], spacing: CometChatTheme["spacing"], typography: CometChatTheme["typography"]) => CometChatTheme["stickerBubbleStyles"];