UNPKG

react-native-gifted-chat

Version:
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> }