import { RefObject } from "react"; import { IGanttBlock } from "@/components/gantt-chart"; type RightDependencyDraggableProps = { block: IGanttBlock; ganttContainerRef: RefObject; }; export const RightDependencyDraggable = (props: RightDependencyDraggableProps) => <>;