hy-vue-gantt
Version:
Evolution of vue-ganttastic package
40 lines • 1.27 kB
TypeScript
import type { GanttMilestone } from "../types";
type __VLS_Props = {
milestone: GanttMilestone;
};
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>, Partial<Record<`milestone-${string}`, (_: {
milestone: GanttMilestone;
styleConfig: {
label: {
background: string;
color: string;
border: string;
};
marker: {
borderLeft: string;
};
};
position: number;
}) => any>> & {
milestone?(_: {
milestone: GanttMilestone;
styleConfig: {
label: {
background: string;
color: string;
border: string;
};
marker: {
borderLeft: string;
};
};
position: number;
}): any;
}>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & {
new (): {
$slots: S;
};
};
//# sourceMappingURL=GGanttMilestone.vue.d.ts.map