UNPKG

react-native-gifted-chat

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