communication-react-19
Version:
React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)
10 lines • 462 B
TypeScript
/// <reference types="react" />
/**
* A memoized version of local screen share component. React.memo is used for a performance
* boost by memoizing the same rendered component to avoid rerendering this when the parent component rerenders.
* https://reactjs.org/docs/react-api.html#reactmemo
*/
export declare const TogetherModeLayout: (props: {
togetherModeStreamComponent: JSX.Element;
}) => JSX.Element;
//# sourceMappingURL=TogetherModeLayout.d.ts.map