mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
make restore migration types required (#1977)
This commit is contained in:
parent
925db9dcca
commit
ab980b252c
3 changed files with 5 additions and 5 deletions
|
@ -67,7 +67,7 @@ export type ExcalidrawLinearElement = _ExcalidrawElementBase &
|
|||
Readonly<{
|
||||
type: "arrow" | "line" | "draw";
|
||||
points: readonly Point[];
|
||||
lastCommittedPoint?: Point | null;
|
||||
lastCommittedPoint: Point | null;
|
||||
}>;
|
||||
|
||||
export type PointerType = "mouse" | "pen" | "touch";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue