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