UNPKG

@progress/kendo-angular-gauges

Version:
18 lines (17 loc) 1.02 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 of the ArcGauge area. * Represents the entire visible area of the ArcGauge. */ export declare class ArcGaugeAreaComponent extends GaugeAreaComponent { protected configurationService: ConfigurationService; constructor(configurationService: ConfigurationService); static ɵfac: i0.ɵɵFactoryDeclaration<ArcGaugeAreaComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ArcGaugeAreaComponent, "kendo-arcgauge-area", never, {}, {}, never, never, true, never>; }