communication-react-19
Version:
React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)
9 lines • 297 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
/**
* This minimum width is to make sure the side pane does not overlap with the composite when the screen is narrow.
*
* @private
*/
export const compositeMinWidthRem = 30;
//# sourceMappingURL=Composite.styles.js.map