import { StyleProp, ViewStyle, TextProps, } from 'react-native' export interface DayProps { createdAt: Date | number dateFormat?: string dateFormatCalendar?: object containerStyle?: StyleProp wrapperStyle?: StyleProp /** Props to pass to the Text component (e.g., style, allowFontScaling, numberOfLines) */ textProps?: Partial }