react-native-gifted-chat
Version:
The most complete chat UI for React Native
55 lines • 1.33 kB
TypeScript
declare const _default: {
containerAlignTop: {
flexDirection: "row";
alignItems: "flex-start";
};
contentContainerStyle: {
flexGrow: number;
justifyContent: "flex-start";
};
messagesContainer: {
paddingBottom: number;
};
emptyChatContainer: {
transform: {
scaleY: number;
}[];
};
scrollToBottom: {
position: "absolute";
right: number;
bottom: number;
zIndex: number;
};
scrollToBottomContent: {
height: number;
width: number;
borderRadius: number;
backgroundColor: string;
} | {
shadowColor: string;
shadowOpacity: number;
shadowOffset: {
width: number;
height: number;
};
shadowRadius: number;
elevation?: undefined;
height: number;
width: number;
borderRadius: number;
backgroundColor: string;
} | {
elevation: number;
shadowColor?: undefined;
shadowOpacity?: undefined;
shadowOffset?: undefined;
shadowRadius?: undefined;
height: number;
width: number;
borderRadius: number;
backgroundColor: string;
};
};
export default _default;
//# sourceMappingURL=styles.d.ts.map