UNPKG

hy-vue-gantt

Version:

Evolution of vue-ganttastic package

16 lines 666 B
import type { GanttBarObject } from "../types"; type __VLS_Props = { bar: GanttBarObject; }; declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>, { default?(_: { bar: GanttBarObject; }): any; }>; export default _default; type __VLS_WithTemplateSlots<T, S> = T & { new (): { $slots: S; }; }; //# sourceMappingURL=GGanttBar.vue.d.ts.map