@gx-design-vue/image 0.2.0-beta.10 → 0.2.0-beta.11

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/Image.d.ts CHANGED
@@ -74,8 +74,8 @@ declare const GImage: import("vue").DefineComponent<{
74
74
  type: import("vue").PropType<string>;
75
75
  };
76
76
  initialIndex: {
77
+ default: () => undefined;
77
78
  type: import("vue").PropType<number>;
78
- default: number;
79
79
  };
80
80
  }, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "error" | "load")[], "click" | "error" | "load", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
81
81
  previewTeleported: {
@@ -150,8 +150,8 @@ declare const GImage: import("vue").DefineComponent<{
150
150
  type: import("vue").PropType<string>;
151
151
  };
152
152
  initialIndex: {
153
+ default: () => undefined;
153
154
  type: import("vue").PropType<number>;
154
- default: number;
155
155
  };
156
156
  }>> & {
157
157
  onLoad?: ((...args: any[]) => any) | undefined;