@progress/kendo-vue-gauges
Version:
19 lines (18 loc) • 972 B
text/typescript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
import { ArcGauge } from './ArcGauge.js';
import { ArcGaugeProps } from './ArcGaugeProps.js';
import { CircularGauge } from './CircularGauge.js';
import { CircularGaugeProps } from './CircularGaugeProps.js';
import { LinearGauge } from './LinearGauge.js';
import { LinearGaugeProps } from './LinearGaugeProps.js';
import { RadialGauge } from './RadialGauge.js';
import { RadialGaugeProps } from './RadialGaugeProps.js';
export * from './types.js';
export { ArcGauge, CircularGauge, LinearGauge, RadialGauge };
export type { ArcGaugeProps, CircularGaugeProps, LinearGaugeProps, RadialGaugeProps };