vue-circular-gauge
Version:
Circular gauge component for Vue.js with customizable colors, animations, and thresholds
9 lines • 292 B
TypeScript
import Gauge from './components/Gauge.vue';
import type { GaugeProps, Size } from './types';
import { Plugin } from 'vue';
export { Gauge };
export type { GaugeProps, Size };
declare const _default: Plugin;
export default _default;
export * from './utils';
//# sourceMappingURL=index.d.ts.map