UNPKG

hy-vue-gantt

Version:

Evolution of vue-ganttastic package

6 lines (5 loc) 260 B
export default function useBarSelector(): { findBarElement: (ganttId: string, barId: string) => HTMLElement | null; findAllBarElements: (ganttId: string) => NodeListOf<HTMLElement>; barExistsInGantt: (ganttId: string, barId: string) => boolean; };