UNPKG

@azure/communication-react

Version:

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

10 lines 278 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. import { mergeStyles } from '@fluentui/react'; /** * @private */ export const systemMessageIconStyle = mergeStyles({ marginInlineEnd: '0.688rem' }); //# sourceMappingURL=SystemMessage.styles.js.map