Skip to content

Commit

Permalink
docs: 优化代码格式
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyh2001 committed Dec 11, 2023
1 parent 08deb49 commit 2b2238a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fighting-design/_hooks/use-operation-img/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export interface UseOperationImgReturn {
rotate: Ref<number>
smaller: () => void
bigger: () => void
scrollZoom(evt: WheelEvent): void
scrollZoom: (evt: WheelEvent) => void
recovery: () => void
rotateClockwise: () => void
rotateCounterClock: () => void
Expand Down

0 comments on commit 2b2238a

Please sign in to comment.