UNPKG

@progress/kendo-angular-gauges

Version:
17 lines (16 loc) 985 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { LabelsComponent } from '../base-components'; import { ConfigurationService } from '../services'; import * as i0 from "@angular/core"; /** * The configuration options for the scale labels of the LinearGauge. */ export declare class LinearLabelsComponent extends LabelsComponent { protected configurationService: ConfigurationService; constructor(configurationService: ConfigurationService); static ɵfac: i0.ɵɵFactoryDeclaration<LinearLabelsComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<LinearLabelsComponent, "kendo-lineargauge-scale-labels", never, {}, {}, never, never, true, never>; }