UNPKG

@eva-ics/webengine-react

Version:

React components for EVA ICS HMI Web Engine

4 lines (3 loc) 498 B
import { GaugeParams } from "./index"; declare const Gauge: ({ minValue, maxValue, oid, formula, state, type, engine, digits, units, className, threshold, format_with, set_color_with, set_class_name_with, diameter, warnValue, critValue, lowWarnValue, lowCritValue, startAngle, endAngle, numTicks, offset, arcStrokeWidth, strokeLineCap, tickLength, baseRadius, tipRadius, needleOffset, middleRadius, showValue, label }: GaugeParams) => import("react/jsx-runtime").JSX.Element; export default Gauge;