mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-23 09:21:00 +02:00
support creating arrows and line
This commit is contained in:
@@ -48,8 +48,7 @@ export interface ImportedDataState {
|
||||
label?: { text: string } & MarkOptional<
|
||||
ElementConstructorOpts,
|
||||
"x" | "y"
|
||||
> &
|
||||
MarkOptional<ElementConstructorOpts, "x" | "y">;
|
||||
>;
|
||||
}
|
||||
)[]
|
||||
| null;
|
||||
|
Reference in New Issue
Block a user