UNPKG

@xpyjs/gantt-vue

Version:

Vue wrapper for x-gantt

8 lines (5 loc) 144 B
declare module "@vue/runtime-core" { export interface GlobalComponents { XGanttVue: typeof import("./index")["XGanttVue"]; } }