UNPKG

@progress/kendo-angular-pivotgrid

Version:
20 lines (19 loc) 943 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { LocalizationService } from '@progress/kendo-angular-l10n'; import * as i0 from "@angular/core"; /** * @hidden * * Needed to keep the Pivot's LocalizationService reference and be able to use it inside the ChipList component. */ export declare class PivotLocalizationService { localization: LocalizationService; constructor(localization: LocalizationService); get(token: string): string; get rtl(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration<PivotLocalizationService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<PivotLocalizationService>; }