UNPKG

communication-react-19

Version:

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

9 lines 264 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