Skip to content

Commit

Permalink
fix: fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
pubuzhixing8 committed May 15, 2024
1 parent fd1213c commit a289d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/draw/src/interfaces/image.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export interface PlaitCommonImage extends PlaitElement {
angle: number;
}

export interface PlaitImage extends PlaitElement {
export interface PlaitImage extends PlaitCommonImage {
url: string;
}

Expand Down

0 comments on commit a289d5a

Please sign in to comment.