hy-vue-gantt
Version:
Evolution of vue-ganttastic package
30 lines • 1.09 kB
TypeScript
import type { GanttBarObject, TimeaxisEvent, TimeaxisUnit } from "../types";
type __VLS_Props = {
modelValue: boolean;
type: "bar" | "event" | "holiday";
bar?: GanttBarObject;
event?: TimeaxisEvent;
unit?: TimeaxisUnit;
targetElement?: HTMLElement | null;
};
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;
barStart: any;
barEnd: any;
}): any;
"event-tooltip"?(_: {
event: TimeaxisEvent;
formatDate: (date: string | Date) => string | Date;
}): any;
"holiday-tooltip"?(_: {
unit: TimeaxisUnit;
}): any;
}>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & {
new (): {
$slots: S;
};
};
//# sourceMappingURL=GGanttTooltip.vue.d.ts.map