We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0340c commit ce94b0aCopy full SHA for ce94b0a
jquery-cropbox/jquery-cropbox.d.ts
@@ -107,9 +107,9 @@ declare module jQueryCropBox {
107
}
108
109
interface JQuery {
110
- cropbox(params?: jQueryCropBox.CropboxOptions): JQuery
+ cropbox(params?: jQueryCropBox.CropboxOptions): jQueryCropBox.Cropbox
111
112
113
interface JQueryStatic {
114
- cropbox(params?: jQueryCropBox.CropboxOptions): JQueryStatic
115
0 commit comments