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