@wavy/react-ui 0.0.59 → 0.0.60
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/main.d.ts +7 -0
- package/dist/main.js +8 -8
- package/package.json +3 -3
package/dist/main.d.ts
CHANGED
|
@@ -3085,6 +3085,13 @@ interface PictureUploaderProps {
|
|
|
3085
3085
|
columnGap?: BasicDivProps["gap"];
|
|
3086
3086
|
rowGap?: BasicDivProps["gap"];
|
|
3087
3087
|
slotProps?: Partial<{
|
|
3088
|
+
uploadButton: {
|
|
3089
|
+
/**@default "sm" */
|
|
3090
|
+
size?: BasicButtonProps["size"];
|
|
3091
|
+
};
|
|
3092
|
+
avatar: Partial<{
|
|
3093
|
+
style: BasicDivProps["style"];
|
|
3094
|
+
}>;
|
|
3088
3095
|
label: Partial<{
|
|
3089
3096
|
fontSize: BasicDivProps["fontSize"];
|
|
3090
3097
|
fontWeight: BasicDivProps["fontWeight"];
|