UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

9 lines 217 B
import { StyleSheet } from "react-native"; export const styles = StyleSheet.create({ textInput: { fontSize: 15, fontWeight: "400", padding: 10, }, }); //# sourceMappingURL=styles.js.map