package.dist.components.diagrams.markerDefinitions.d.ts Maven / Gradle / Ivy
declare const arrowLeft: {
d: string;
height: number;
width: number;
id: string;
};
declare const arrowRight: {
d: string;
height: number;
width: number;
id: string;
};
declare const circle: {
d: string;
height: number;
width: number;
id: string;
};
declare const diamond: {
d: string;
height: number;
width: number;
id: string;
};
declare const square: {
d: string;
height: number;
width: number;
id: string;
};
declare const tee: {
d: string;
height: number;
width: number;
id: string;
};
export { arrowLeft, arrowRight, square, diamond, circle, tee };
© 2015 - 2024 Weber Informatics LLC | Privacy Policy