react-native-gifted-chat
Version:
The most complete chat UI for React Native
18 lines • 422 B
TypeScript
declare const _default: {
container: {
flexDirection: "row";
alignItems: "flex-end";
maxWidth: "70%";
};
container_left: {
justifyContent: "flex-start";
marginLeft: number;
};
container_right: {
justifyContent: "flex-end";
marginRight: number;
alignSelf: "flex-end";
};
};
export default _default;
//# sourceMappingURL=styles.d.ts.map