UNPKG

384 BTypeScriptView Raw
1import PropTypes from 'prop-types';
2import { IMessage } from './Models';
3export declare const StylePropType: PropTypes.Requireable<number | boolean | object>;
4export declare function isSameDay(currentMessage: IMessage, diffMessage: IMessage | null | undefined): boolean;
5export declare function isSameUser(currentMessage: IMessage, diffMessage: IMessage | null | undefined): boolean;