UNPKG

@azure/communication-react

Version:

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

13 lines 344 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. import { createComponentStrings } from '../utils'; import es_ES from './strings.json'; /** * Locale for Spanish (Spain). * * @public */ export const COMPONENT_LOCALE_ES_ES = { strings: createComponentStrings(es_ES) }; //# sourceMappingURL=ComponentLocale.js.map