communication-react-19
Version:
React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)
15 lines • 470 B
TypeScript
/// <reference types="react" />
/**
* @private
*/
export interface AttachmentDownloadErrorBarProps {
/**callback to dismiss the download error message */
onDismissDownloadErrorMessage: () => void;
/** Error message to render */
attachmentDownloadErrorMessage: string;
}
/**
* @private
*/
export declare const AttachmentDownloadErrorBar: (props: AttachmentDownloadErrorBarProps) => JSX.Element;
//# sourceMappingURL=AttachmentDownloadErrorBar.d.ts.map