UNPKG

hy-vue-gantt

Version:

Evolution of vue-ganttastic package

5 lines 201 B
import type { GanttBarObject } from "../types"; export default function useBarDragLimit(): { setDragLimitsOfGanttBar: (bar: GanttBarObject) => void; }; //# sourceMappingURL=useBarDragLimit.d.ts.map