mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-01 03:14:29 +01:00
fix: remove draw element from codebase (#3559)
This commit is contained in:
@@ -114,7 +114,7 @@ export type Arrowhead = "arrow" | "bar" | "dot";
|
||||
|
||||
export type ExcalidrawLinearElement = _ExcalidrawElementBase &
|
||||
Readonly<{
|
||||
type: "line" | "draw" | "arrow";
|
||||
type: "line" | "arrow";
|
||||
points: readonly Point[];
|
||||
lastCommittedPoint: Point | null;
|
||||
startBinding: PointBinding | null;
|
||||
|
||||
Reference in New Issue
Block a user