@feathery/react 2.4.95 → 2.4.97
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/utils/image.d.ts
CHANGED
|
@@ -17,7 +17,7 @@ export declare function useFileData(initialFiles: any, onSetFiles?: () => void):
|
|
|
17
17
|
* Filename will be a plaintext string and thumbnail will be a base64 encoded image.
|
|
18
18
|
*/
|
|
19
19
|
export declare function getThumbnailData(filePromise: File | Promise<File>): Promise<{
|
|
20
|
-
filename:
|
|
20
|
+
filename: any;
|
|
21
21
|
thumbnail: string;
|
|
22
22
|
}>;
|
|
23
23
|
/**
|