UNPKG

@eva-ics/webengine-react

Version:

React components for EVA ICS HMI Web Engine

4 lines (3 loc) 497 B
import { GaugeParams } from "./index"; declare const GaugeMinimal: ({ minValue, maxValue, oid, state, warnValue, critValue, lowWarnValue, lowCritValue, 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 GaugeMinimal;