support creating arrows and line
This commit is contained in:
+1
-2
@@ -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