UNPKG

communication-react-19

Version:

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

16 lines 456 B
/// <reference types="react" /> import { LayoutProps } from './Layout'; /** * Props for {@link DefaultLayout}. * * @private */ export type DefaultLayoutProps = LayoutProps; /** * DefaultLayout displays remote participants, local video component, and screen sharing component in * a grid an overflow gallery. * * @private */ export declare const DefaultLayout: (props: DefaultLayoutProps) => JSX.Element; //# sourceMappingURL=DefaultLayout.d.ts.map