react-native-gifted-chat
Version:
The most complete chat UI for React Native
21 lines • 469 B
TypeScript
declare const _default: {
container: {
marginTop: number;
marginBottom: number;
};
wrapper: {
backgroundColor: string;
paddingTop: number;
paddingBottom: number;
paddingLeft: number;
paddingRight: number;
borderRadius: number;
};
text: {
color: string;
fontSize: number;
fontWeight: "600";
};
};
export default _default;
//# sourceMappingURL=styles.d.ts.map