UNPKG

@qte/react-native-gifted-chat

Version:

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

6 lines (5 loc) 289 B
import React from 'react'; import { DayAnimatedProps } from './types'; export * from './types'; declare const DayAnimated: ({ scrolledY, daysPositions, listHeight, renderDay, messages, isLoadingEarlier, ...rest }: DayAnimatedProps) => React.JSX.Element | null; export default DayAnimated;