UNPKG

react-gauge-component

Version:

Gauge component for React

6 lines (5 loc) 242 B
import React from "react"; import { GaugeComponentProps } from "./types/GaugeComponentProps"; declare const GaugeComponent: (props: Partial<GaugeComponentProps>) => React.JSX.Element; export { GaugeComponent }; export default GaugeComponent;