UNPKG

communication-react-19

Version:

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

15 lines 704 B
import React from 'react'; import { ReactionResources, VideoGalleryTogetherModeParticipantPosition, VideoGalleryLocalParticipant, VideoGalleryRemoteParticipant } from '../types'; /** * TogetherModeOverlay component renders an empty JSX element. * * @returns {JSX.Element} An empty JSX element. */ export declare const TogetherModeOverlay: React.MemoExoticComponent<(props: { emojiSize: number; reactionResources: ReactionResources; localParticipant: VideoGalleryLocalParticipant; remoteParticipants: VideoGalleryRemoteParticipant[]; togetherModeSeatPositions: VideoGalleryTogetherModeParticipantPosition; }) => React.JSX.Element>; //# sourceMappingURL=TogetherModeOverlay.d.ts.map