react-native-gifted-chat
Version:
The most complete chat UI for React Native
5 lines • 296 B
TypeScript
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