UNPKG

@qte/react-native-gifted-chat

Version:

Performant fork of react-native-gifted-chat with FlashList support

10 lines (9 loc) 304 B
import { StyleProp, ViewStyle, TextStyle } from 'react-native'; export interface DayProps { createdAt: Date | number; dateFormat?: string; dateFormatCalendar?: object; containerStyle?: StyleProp<ViewStyle>; wrapperStyle?: StyleProp<ViewStyle>; textStyle?: StyleProp<TextStyle>; }