hy-vue-gantt
Version:
Evolution of vue-ganttastic package
6 lines • 393 B
TypeScript
import type { GanttBarObject } from "../types";
import type { GGanttChartConfig } from "../types/config";
export declare function useBarKeyboardControl(bar: GanttBarObject, config: GGanttChartConfig, emitBarEvent: (e: MouseEvent, bar: GanttBarObject, datetime?: string | Date) => void): {
onBarKeyDown: (event: KeyboardEvent) => void;
};
//# sourceMappingURL=useBarKeyboardControl.d.ts.map