@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
20 lines (19 loc) • 800 B
TypeScript
import { CometChatTheme } from "../theme/type";
export declare const Style: {
container: {};
divider: {
height: number;
marginVertical: number;
};
viewContainer: {
justifyContent: "center";
alignItems: "center";
};
imageStyle: {
height: number;
width: number;
alignSelf: "center";
};
};
export declare const getMessageInormationListStyleLight: (color: CometChatTheme["color"], spacing: CometChatTheme["spacing"], typography: CometChatTheme["typography"]) => CometChatTheme["messageInformationStyles"];
export declare const getMessageInormationListStyleDark: (color: CometChatTheme["color"], spacing: CometChatTheme["spacing"], typography: CometChatTheme["typography"]) => CometChatTheme["messageInformationStyles"];