UNPKG

@progress/kendo-react-intl

Version:

React Internationalization package provides services for parsing and formatting of dates and numbers. KendoReact Internationalization package

20 lines (19 loc) 694 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ /** * @hidden Currently used only externally through the ServerGlobalization of the Grid. */ export declare const locales: { [key: string]: Array<any>; }; /** * Loads CLDR data. * * @param data - The CLDR data to be loaded. Accepts multiple parameters. */ export declare const load: (...data: any[]) => void;