hy-vue-gantt
Version:
Evolution of vue-ganttastic package
24 lines • 1 kB
TypeScript
import type { BarPosition, ConnectionType, MarkerConnection } from "../types";
interface Props {
sourceBar: BarPosition;
targetBar: BarPosition;
type?: ConnectionType;
color?: string;
strokeWidth?: number;
pattern?: "solid" | "dash" | "dot" | "dashdot";
animated?: boolean;
animationSpeed?: "slow" | "normal" | "fast";
marker: MarkerConnection;
isSelected?: boolean;
}
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
pattern: "solid" | "dot" | "dash" | "dashdot";
color: string;
strokeWidth: number;
type: ConnectionType;
animated: boolean;
animationSpeed: "slow" | "normal" | "fast";
isSelected: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
//# sourceMappingURL=GGanttConnector.vue.d.ts.map