UNPKG

communication-react-19

Version:

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

14 lines 640 B
import React from 'react'; import { ReactionResources, VideoGalleryLocalParticipant, VideoGalleryRemoteParticipant } from '../../types'; /** * The overlay responsible for rendering multiple reactions all at once in presentation mode * @internal */ export declare const RemoteContentShareReactionOverlay: React.MemoExoticComponent<(props: { reactionResources: ReactionResources; localParticipant?: VideoGalleryLocalParticipant; remoteParticipants?: VideoGalleryRemoteParticipant[]; hostDivHeight?: number; hostDivWidth?: number; }) => React.JSX.Element>; //# sourceMappingURL=RemoteContentShareReactionOverlay.d.ts.map