UNPKG

@azure/communication-react

Version:

React library for building modern communication user experiences utilizing Azure Communication Services

21 lines 444 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