UNPKG

@qte/react-native-gifted-chat

Version:

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

15 lines (13 loc) 293 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> }