v-notion-editor 0.2.73 → 0.2.75

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.
@@ -21,6 +21,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
21
21
  isCanvas?: boolean;
22
22
  outputFormat?: "html" | "json";
23
23
  zoom?: number;
24
+ bubbleManuAppendTo?: any;
24
25
  }>, {
25
26
  showDragHandle: boolean;
26
27
  showBubbleMenu: boolean;
@@ -49,6 +50,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
49
50
  isCanvas?: boolean;
50
51
  outputFormat?: "html" | "json";
51
52
  zoom?: number;
53
+ bubbleManuAppendTo?: any;
52
54
  }>, {
53
55
  showDragHandle: boolean;
54
56
  showBubbleMenu: boolean;