@progress/kendo-react-intl
Version:
React Internationalization package provides services for parsing and formatting of dates and numbers. KendoReact Internationalization package
17 lines (16 loc) • 559 B
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
"use client";
import { load as e } from "./load.mjs";
const n = (o) => {
const { locale: r, data: t, children: a } = o;
return r && e(t), a;
};
export {
n as IntlDataProvider
};