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