UNPKG

@progress/kendo-angular-gauges

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