UNPKG

communication-react-19

Version:

React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)

16 lines 505 B
/// <reference types="react" /> import { SendBoxErrorBarError } from '../SendBoxErrorBar'; /** * @private */ export interface RichTextSendBoxErrorsProps { attachmentUploadsPendingError?: SendBoxErrorBarError; attachmentProgressError?: SendBoxErrorBarError; systemMessage?: string; textValidationErrorMessage?: string; } /** * @private */ export declare const RichTextSendBoxErrors: (props: RichTextSendBoxErrorsProps) => JSX.Element; //# sourceMappingURL=RichTextSendBoxErrors.d.ts.map