@eva-ics/webengine-react
Version:
React components for EVA ICS HMI Web Engine
4 lines (3 loc) • 499 B
TypeScript
import { GaugeParams } from "./index";
declare const GaugeStandard: ({ minValue, maxValue, oid, state, warnValue, critValue, lowCritValue, lowWarnValue, engine, digits, units, className, threshold, format_with, set_color_with, set_class_name_with, showValue, label, diameter, startAngle, endAngle, numTicks, offset, arcStrokeWidth, strokeLineCap, tickLength, baseRadius, tipRadius, needleOffset, middleRadius }: GaugeParams) => import("react/jsx-runtime").JSX.Element;
export default GaugeStandard;