UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

116 lines (115 loc) 2.67 kB
declare const styles: { containerStyle: { flex: number; alignItems: "center"; justifyContent: "center"; position: "relative"; alignSelf: "center"; }; container: { flex: number; width: "100%"; }; listBaseHeaderStyle: { alignItems: "flex-start"; justifyContent: "center"; width: "100%"; borderRadius: number; paddingHorizontal: number; padding: number; }; upperContainer: { flexDirection: "row"; justifyContent: "space-between"; alignItems: "center"; width: "100%"; }; closeButton: { marginRight: number; }; headerRightContainer: { flexDirection: "row"; justifyContent: "flex-end"; alignItems: "center"; flex: number; }; headerLeftContainer: { flexDirection: "row"; alignItems: "center"; justifyContent: "center"; height: number; }; selectedCountText: { paddingLeft: number; }; searchBox: { height: number; flexDirection: "row"; alignItems: "center"; overflow: "hidden"; }; titleStyle: { fontSize: number; fontWeight: "600"; color: string; }; backButtonStyle: { width: number; height: number; marginRight: number; }; searchTextStyle: { flex: number; padding: number; fontSize: number; fontWeight: "400"; marginLeft: number; alignSelf: "center"; }; searchButtonStyle: { width: number; height: number; marginLeft: number; marginTop: number; marginBottom: number; }; msgContainerStyle: { flex: number; overflow: "hidden"; width: "100%"; justifyContent: "center"; alignItems: "center"; }; msgTxtStyle: { justifyContent: "center"; alignItems: "center"; alignSelf: "center"; textAlign: "center"; width: "100%"; }; headerLetterStyle: { height: number; fontWeight: "500"; fontFamily: undefined; fontSize: number; marginTop: number; }; dividerStyle: { height: number; width: "100%"; marginLeft: number; marginRight: number; }; listContainerStyle: { width: "100%"; height: "100%"; flex: number; }; footerContainer: { paddingVertical: number; flex: number; alignItems: "center"; justifyContent: "center"; }; }; export default styles;