@uimkit/uikit-react
Version:
<img style="width:64px" src="https://mgmt.uimkit.chat/media/img/avatar.png"/>
12 lines (10 loc) • 382 B
TypeScript
type DateSeparatorProps = {
/** The date to format */
date?: Date;
/** Override the default formatting of the date. This is a function that has access to the original date object. */
formatDate?: (date: Date) => string;
/** If following messages are not new */
unread?: boolean;
};
export { DateSeparatorProps };
//# sourceMappingURL=DateSeparator.d.ts.map