vue-ganttastic-custom
Version:
A simple and customizable Gantt chart component for Vue.js
13 lines (12 loc) • 581 B
TypeScript
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
"label-column-title"?(_: {}): any;
"label-column-row"?(_: {
label: string;
}): any;
}>;
export default _default;
declare type __VLS_WithTemplateSlots<T, S> = T & {
new (): {
$slots: S;
};
};