react-native-gifted-chat
Version:
The most complete chat UI for React Native
21 lines • 462 B
TypeScript
declare const _default: {
container: {
marginLeft: number;
width: number;
borderRadius: number;
backgroundColor: string;
};
dots: {
flexDirection: "row";
};
dot: {
marginLeft: number;
marginRight: number;
borderRadius: number;
width: number;
height: number;
backgroundColor: string;
};
};
export default _default;
//# sourceMappingURL=styles.d.ts.map