UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

9 lines (8 loc) 524 B
import { TextStyle, ViewStyle } from "react-native"; import { CometChatTheme } from "../../../theme/type"; export type DateStyle = { containerStyle?: ViewStyle; textStyle?: TextStyle; }; export declare const getDateStyleLight: (color: CometChatTheme["color"], spacing: CometChatTheme["spacing"], typography: CometChatTheme["typography"]) => DateStyle; export declare const getDateStyleDark: (color: CometChatTheme["color"], spacing: CometChatTheme["spacing"], typography: CometChatTheme["typography"]) => DateStyle;