import { Handle, Position } from "react-flow-renderer"; import { bottomBigStyle, topBigStyle } from "../styles"; type SensorNodeProps = {}; const SensorNode = (props: SensorNodeProps) => { return (