vant 4.0.6 → 4.0.7

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.
@@ -52,6 +52,7 @@ export declare const ImagePreview: import("../utils").WithInstall<import("vue").
52
52
  type: import("vue").PropType<import("..").PopupCloseIconPosition>;
53
53
  default: import("..").PopupCloseIconPosition;
54
54
  };
55
+ teleport: import("vue").PropType<string | import("vue").RendererElement | null | undefined>;
55
56
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "close" | "closed" | "update:show" | "scale" | "longPress")[], "change" | "close" | "closed" | "update:show" | "scale" | "longPress", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
56
57
  show: BooleanConstructor;
57
58
  loop: {
@@ -105,6 +106,7 @@ export declare const ImagePreview: import("../utils").WithInstall<import("vue").
105
106
  type: import("vue").PropType<import("..").PopupCloseIconPosition>;
106
107
  default: import("..").PopupCloseIconPosition;
107
108
  };
109
+ teleport: import("vue").PropType<string | import("vue").RendererElement | null | undefined>;
108
110
  }>> & {
109
111
  onChange?: ((...args: any[]) => any) | undefined;
110
112
  onClose?: ((...args: any[]) => any) | undefined;