UNPKG

@azure/communication-react

Version:

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

12 lines 262 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. import en_US from './en-US/strings.json'; /** * Locale for English (US). * * @public */ export const COMPONENT_LOCALE_EN_US = { strings: en_US }; //# sourceMappingURL=index.js.map