@mcurros2/microm 1.1.348-0 → 1.1.349-0
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/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2631,6 +2631,7 @@ export interface useAvatarUploaderProps {
|
|
|
2631
2631
|
editor?: boolean;
|
|
2632
2632
|
imageProcessing?: AvatarImageProcessingOptions;
|
|
2633
2633
|
onDeleteComplete?: (fileGUID: string) => Promise<void> | void;
|
|
2634
|
+
onUploadComplete?: (fileGUID: string) => Promise<void> | void;
|
|
2634
2635
|
}
|
|
2635
2636
|
export type AvatarUploaderLabels = {
|
|
2636
2637
|
modalTitle?: string;
|