import clsx from 'clsx'; import type { ReactShapeConfig } from '@antv/x6-react-shape'; import startIcon from '@/assets/images/workflow/start.png'; const GroupStartNode: ReactShapeConfig['component'] = () => { return (
); }; export default GroupStartNode;