@qte/react-native-gifted-chat
Version:
Performant fork of react-native-gifted-chat with FlashList support
21 lines (20 loc) • 433 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;