mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
support creating arrows and line
This commit is contained in:
parent
d83860c747
commit
fbf2d533c0
2 changed files with 28 additions and 7 deletions
|
@ -48,8 +48,7 @@ export interface ImportedDataState {
|
|||
label?: { text: string } & MarkOptional<
|
||||
ElementConstructorOpts,
|
||||
"x" | "y"
|
||||
> &
|
||||
MarkOptional<ElementConstructorOpts, "x" | "y">;
|
||||
>;
|
||||
}
|
||||
)[]
|
||||
| null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue