@progress/kendo-angular-gauges
Version:
Kendo UI Angular Gauges
14 lines (13 loc) • 857 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 { ArcLabelsComponent } from '../arc-gauge/labels.component';
import * as i0 from "@angular/core";
/**
* The configuration options for the scale labels of the Circular Gauge.
*/
export declare class CircularGaugeLabelsComponent extends ArcLabelsComponent {
static ɵfac: i0.ɵɵFactoryDeclaration<CircularGaugeLabelsComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CircularGaugeLabelsComponent, "kendo-circulargauge-scale-labels", never, {}, {}, never, never, true, never>;
}