react-native-gifted-chat
Version:
The most complete chat UI for React Native
21 lines (20 loc) • 426 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;