UNPKG

@acrsolutions/chat-components

Version:

Un set di componenti per la creazione di un'applicazione di messaggistica

7 lines (6 loc) 256 B
export declare function MessageFooter({ sentDate, readDate, deliveredDate, reaction, }: { readDate: string | null; sentDate: string | null; deliveredDate: string | null; reaction: string | null; }): import("react/jsx-runtime").JSX.Element;