UNPKG

communication-react-19

Version:

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

17 lines 524 B
/// <reference types="react" /> import { LayoutProps } from './Layout'; /** * Props for {@link LargeGalleryLayout}. * * @private */ export type LargeGalleryProps = LayoutProps; /** * VideoGallery Layout for when user is in a large meeting and wants to see more participants * * Caps the number of tiles that a participant can see in the grid to 49, Video and Audio. * * @private */ export declare const LargeGalleryLayout: (props: LargeGalleryProps) => JSX.Element; //# sourceMappingURL=LargeGalleryLayout.d.ts.map