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