UNPKG

hy-vue-gantt

Version:

Evolution of vue-ganttastic package

5 lines (4 loc) 156 B
import type { GanttBarObject } from "../types"; export default function useBarDragLimit(): { setDragLimitsOfGanttBar: (bar: GanttBarObject) => void; };