mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
[blueimp-load-image] Fix CropOptions misprint (#43390)
This commit is contained in:
2
types/blueimp-load-image/index.d.ts
vendored
2
types/blueimp-load-image/index.d.ts
vendored
@@ -76,7 +76,7 @@ export interface CropTrueOptions {
|
||||
export interface CropFalseOptions {
|
||||
crop?: false;
|
||||
}
|
||||
export type CropOptions = CanvasTrueOptions | CropFalseOptions;
|
||||
export type CropOptions = CropTrueOptions | CropFalseOptions;
|
||||
|
||||
// Setting 'orientation' automatically sets 'meta' to true
|
||||
// so setting it to false is not valid in that case
|
||||
|
||||
Reference in New Issue
Block a user