support creating arrows and line

This commit is contained in:
Aakansha Doshi 2023-05-16 16:50:58 +05:30
parent d83860c747
commit fbf2d533c0
2 changed files with 28 additions and 7 deletions

View file

@ -48,8 +48,7 @@ export interface ImportedDataState {
label?: { text: string } & MarkOptional<
ElementConstructorOpts,
"x" | "y"
> &
MarkOptional<ElementConstructorOpts, "x" | "y">;
>;
}
)[]
| null;