UNPKG

mzgantt

Version:

MZGantt is a Gantt chart plugin developed with native js. Various front-end frameworks can be supported, you can quickly apply it to your web applications or mobile applications.

5 lines (4 loc) 177 B
export {MZGantt} from "./dist/mzgantt"; export {MZGanttEditor} from "./dist/edit"; export {MZGanttExport} from "./dist/export"; export {MZGanttMobile} from "./dist/mobile";