Skip to content

Commit

Permalink
fix(TS): 语法错误
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaojob committed Apr 10, 2024
1 parent 55c654f commit fe11bee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typings/extends.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ declare namespace fabric {
wrapperEl: HTMLElement;
isDragging: boolean;
_currentTransform: unknown;
clearHistory(): void;
_centerObject: (obj: fabric.Object, center: fabric.Point) => fabric.Canvas;
}

Expand Down

0 comments on commit fe11bee

Please sign in to comment.