Skip to content

Commit

Permalink
πŸ‘• fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
SSlime-s committed May 17, 2024
1 parent a3d3360 commit afac853
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/client/app/features/artboard/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ export interface Pos {
export type MouseHandlers = Required<
Pick<
React.DOMAttributes<HTMLElement>,
"onMouseDown" | "onMouseMove" | "onMouseUp" | "onMouseLeave" | "onMouseEnter"
| "onMouseDown"
| "onMouseMove"
| "onMouseUp"
| "onMouseLeave"
| "onMouseEnter"
>
>;

Expand Down

0 comments on commit afac853

Please sign in to comment.