/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ export type { ArcScale } from './types/arc-scale.interface'; export type { ColorRange } from './types/color-range.interface'; export type { Scale } from './types/scale.interface'; export type { LineCap } from './types/line-cap'; export type { RadialLabelPosition } from './types/radial-label-position'; export type { RadialLabels } from './types/radial-labels.interface'; export type { Labels } from './types/labels.interface'; export type { Margin } from './types/margin.interface'; export type { Padding } from './types/padding.interface'; export type { Border } from './types/border.interface'; export type { Ticks } from './types/ticks.interface'; export type { DashType } from './types/dash-type.interface'; export type { Cap } from './types/cap.interface'; export type { GaugeArea } from './types/gauge-area.interface'; export type { Line } from './types/line.interface'; export type { LinearPointer } from './types/linear-pointer.interface'; export type { LinearPointerShape } from './types/linear-pointer-shape'; export type { LinearScale } from './types/linear-scale.interface'; export type { RadialPointer } from './types/radial-pointer.interface'; export type { RadialScale } from './types/radial-scale.interface'; export type { Range } from './types/range.interface';