UNPKG

@azure/communication-react

Version:

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

14 lines 300 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. /** * @private */ export const rootLayoutStyle = { root: { position: 'relative', height: '100%', width: '100%', padding: '0.5rem' } }; //# sourceMappingURL=DefaultLayout.styles.js.map