import { LineArrowElement, ArrowElement } from "../../../lib/type/editor/canvasElements";
export type ArrowLikeElement = LineArrowElement | ArrowElement;
