mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: remove draw
element from codebase (#3559)
This commit is contained in:
parent
6bebfe63be
commit
11b8cc2caa
4 changed files with 22 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue