@progress/kendo-angular-intl
Version:
Kendo UI Internationalization for Angular components
19 lines (18 loc) • 934 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { DatePipe } from "./date.pipe";
import { NumberPipe } from "./number.pipe";
/**
* Utility array that contains all `kendoNumber` related components and directives.
*/
export declare const KENDO_NUMBER: readonly [typeof NumberPipe];
/**
* Utility array that contains all `kendoDate` related components and directives.
*/
export declare const KENDO_DATE: readonly [typeof DatePipe];
/**
* Utility array that contains all `@progress/kendo-angular-intl` related components and directives.
*/
export declare const KENDO_INTL: readonly [typeof NumberPipe, typeof DatePipe];