@progress/kendo-angular-gauges
Version:
Kendo UI Angular Gauges
16 lines (15 loc) • 999 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 { 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>;
}