@azure/communication-react
Version:
React library for building modern communication user experiences utilizing Azure Communication Services
14 lines • 378 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
import { COMPONENT_LOCALE_EN_US } from "../../../../../react-components/src";
import en_US from './en-US/strings.json';
/**
* Locale for English (US)
*
* @public
*/
export const COMPOSITE_LOCALE_EN_US = {
component: COMPONENT_LOCALE_EN_US,
strings: en_US
};
//# sourceMappingURL=index.js.map