UNPKG

@progress/kendo-angular-gauges

Version:
12 lines (11 loc) 772 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ export { ArcGaugeComponent } from './arc-gauge.component'; export { ArcGaugeAreaComponent } from './gauge-area.component'; export { ArcScaleComponent } from './scale.component'; export { ArcLabelsComponent } from './labels.component'; export { ArcCenterTemplateDirective } from './arc-center-template.directive'; export { ColorsComponent } from './colors.component'; export { ColorComponent } from './color.component';