@qte/react-native-gifted-chat
Version:
Performant fork of react-native-gifted-chat with FlashList support
35 lines (34 loc) • 795 B
TypeScript
declare const _default: {
containerAlignTop: {
flexDirection: "row";
alignItems: "flex-start";
};
contentContainerStyle: {
flexGrow: number;
justifyContent: "flex-start";
};
emptyChatContainer: {
transform: {
scaleY: number;
}[];
};
scrollToBottomStyle: {
opacity: number;
position: "absolute";
right: number;
bottom: number;
zIndex: number;
height: number;
width: number;
borderRadius: number;
backgroundColor: string;
shadowColor: string;
shadowOpacity: number;
shadowOffset: {
width: number;
height: number;
};
shadowRadius: number;
};
};
export default _default;