@fileverse-dev/ddoc 2.0.4-patch-1 → 2.0.4-patch-2
Sign up to get free protection for your applications and to get access to all the features.
package/dist/package/extensions/resizable-media/media-paste-drop-plugin/media-paste-drop-plugin.d.ts
CHANGED
@@ -9,4 +9,4 @@ export type UploadFnType = (image: File) => Promise<string>;
|
|
9
9
|
* If no upload function is provided, it reads the media file as DataURL and uses this in the new node.
|
10
10
|
* The function returns a new instance of the Plugin.
|
11
11
|
*/
|
12
|
-
export declare const getMediaPasteDropPlugin: (upload: UploadFnType
|
12
|
+
export declare const getMediaPasteDropPlugin: (upload: UploadFnType) => Plugin<any>;
|