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