UNPKG

communication-react-19

Version:

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

6 lines 252 B
import { ChatAttachment } from '@azure/communication-chat'; /** * @private */ export declare const getImageAttachmentsFromHTMLContent: (content: string) => ChatAttachment[] | undefined; //# sourceMappingURL=getImageAttachmentsFromHTMLContent.d.ts.map