UNPKG

react-native-gifted-chat

Version:
5 lines 296 B
import React from 'react'; import { DayAnimatedProps } from './types'; export * from './types'; export declare const DayAnimated: ({ scrolledY, daysPositions, listHeight, renderDay, messages, isLoading, ...rest }: DayAnimatedProps) => React.JSX.Element | null; //# sourceMappingURL=index.d.ts.map