hy-vue-gantt
Version:
Evolution of vue-ganttastic package
19 lines • 755 B
TypeScript
import type { GanttBarObject } from "../types";
type __VLS_Props = {
bar: GanttBarObject | undefined;
modelValue: boolean;
};
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, {}, any>, {
default?(_: {
bar: GanttBarObject | undefined;
barStart: any;
barEnd: any;
}): any;
}>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & {
new (): {
$slots: S;
};
};
//# sourceMappingURL=GGanttBarTooltip.vue.d.ts.map