fix: ExcalidrawArrowElement
rather than ExcalidrawArrowEleement
(#5955)
This commit is contained in:
parent
0111ca2050
commit
d131b31084
@ -142,7 +142,7 @@ export type ExcalidrawTextContainer =
|
||||
| ExcalidrawDiamondElement
|
||||
| ExcalidrawEllipseElement
|
||||
| ExcalidrawImageElement
|
||||
| ExcalidrawArrowEleement;
|
||||
| ExcalidrawArrowElement;
|
||||
|
||||
export type ExcalidrawTextElementWithContainer = {
|
||||
containerId: ExcalidrawTextContainer["id"];
|
||||
@ -167,7 +167,7 @@ export type ExcalidrawLinearElement = _ExcalidrawElementBase &
|
||||
endArrowhead: Arrowhead | null;
|
||||
}>;
|
||||
|
||||
export type ExcalidrawArrowEleement = ExcalidrawLinearElement &
|
||||
export type ExcalidrawArrowElement = ExcalidrawLinearElement &
|
||||
Readonly<{
|
||||
type: "arrow";
|
||||
}>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user