UNPKG

communication-react-19

Version:

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

17 lines 416 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. import { mergeStyles } from '@fluentui/react'; /** * @private */ export const loadingStyle = mergeStyles({ height: '100%', width: '100%' }); /** * @private */ export const loadingLabelStyles = { label: { maxWidth: '10rem', overflow: 'hidden', textOverflow: 'ellipsis' } }; //# sourceMappingURL=RemoteScreenShare.styles.js.map