UNPKG

communication-react-19

Version:

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

14 lines 403 B
/// <reference types="react" /> import { SendBoxErrorBarError } from './SendBoxErrorBar'; /** * @private */ export interface SendBoxErrorsProps { attachmentUploadsPendingError?: SendBoxErrorBarError; attachmentProgressError?: SendBoxErrorBarError; } /** * @private */ export declare const SendBoxErrors: (props: SendBoxErrorsProps) => JSX.Element; //# sourceMappingURL=SendBoxErrors.d.ts.map