@progress/kendo-angular-gauges
Version:
Kendo UI Angular Gauges
27 lines (26 loc) • 1.6 kB
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
export { ArcScale } from './types/arc-scale.interface';
export { Border } from './types/border.interface';
export { Cap } from './types/cap.interface';
export { ColorRange } from './types/color-range.interface';
export { CircularGaugeScale } from './types/circular-gauge-scale.interface';
export { DashType } from './types/dash-type.interface';
export { GaugeArea } from './types/gauge-area.interface';
export { Labels } from './types/labels.interface';
export { Line } from './types/line.interface';
export { LineCap } from './types/line-cap';
export { LinearPointer } from './types/linear-pointer.interface';
export { LinearPointerShape } from './types/linear-pointer-shape';
export { LinearScale } from './types/linear-scale.interface';
export { Margin } from './types/margin.interface';
export { Padding } from './types/padding.interface';
export { RadialLabelPosition } from './types/radial-label-position';
export { RadialLabels } from './types/radial-labels.interface';
export { RadialPointer } from './types/radial-pointer.interface';
export { RadialScale } from './types/radial-scale.interface';
export { Range } from './types/range.interface';
export { Scale } from './types/scale.interface';
export { Ticks } from './types/ticks.interface';