UNPKG

@qte/react-native-gifted-chat

Version:

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

5 lines (4 loc) 247 B
import * as React from 'react'; import { DayProps } from './types'; export * from './types'; export declare function Day({ dateFormat, dateFormatCalendar, createdAt, containerStyle, wrapperStyle, textStyle, }: DayProps): React.JSX.Element | null;