@carbon/charts
Version:
Carbon Charts component library
38 lines (37 loc) • 688 B
TypeScript
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 };