UNPKG

@progress/kendo-angular-gauges

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