Skip to content

Commit

Permalink
fix(weapp/crop-image): 修复 CropScale 的类型定义 (#15440)
Browse files Browse the repository at this point in the history
Co-authored-by: konka <1094918@gmail.com>
  • Loading branch information
Runc2333 and TheKonka authored Apr 6, 2024
1 parent aaf7251 commit 8105df7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/taro/types/api/media/image.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,10 +315,10 @@ declare module '../../index' {
'4:5'
/** 宽高比为5比4 */
'5:4'
/** 宽高比为6比19 */
'6:19'
/** 宽高比为19比6 */
'19:6'
/** 宽高比为9比16 */
'9:16'
/** 宽高比为16比9 */
'16:9'
}
}

Expand Down

0 comments on commit 8105df7

Please sign in to comment.