Jelajahi Sumber

Fix the type of returned object from `prepareIntegrations`

panr 5 tahun lalu
induk
melakukan
29fb059097
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      packages/ckeditor5-image/src/imageupload/utils.js

+ 1 - 1
packages/ckeditor5-image/src/imageupload/utils.js

@@ -92,7 +92,7 @@ function getImageMimeType( blob, src ) {
  *
  * @param {module:core/editor/editor~Editor} editor Editor instance.
  *
- * @returns {Object}
+ * @returns {Object.<String, module:ui/view~View>} Integrations object.
  */
 
 export function prepareIntegrations( editor ) {