Skip to content

Commit

Permalink
fix ts in SelectionArea
Browse files Browse the repository at this point in the history
  • Loading branch information
draedful committed Oct 8, 2024
1 parent 7a77cad commit 3b6a4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/selection/SelectionArea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export type SelectionAreaProps = {
};

export class SelectionArea extends Component {
public declare state: { sx: number; sy: number; width: number; height: number };
public declare state: { width: number; height: number };

public declare context: TOverLayerContext;

Expand Down

0 comments on commit 3b6a4c7

Please sign in to comment.