UNPKG

@acrsolutions/chat-components

Version:

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

10 lines (9 loc) 375 B
export declare function WMessageShell({ templateName, isReceived, children, sentDate, readDate, deliveredDate, reaction, }: { templateName?: string; children: React.ReactNode; isReceived: boolean; sentDate: string | null; readDate: string | null; deliveredDate: string | null; reaction: string | null; }): import("react/jsx-runtime").JSX.Element;