v-notion-editor 0.2.72 → 0.2.74

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.
@@ -20,6 +20,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
20
20
  extensions?: any;
21
21
  isCanvas?: boolean;
22
22
  outputFormat?: "html" | "json";
23
+ zoom?: number;
23
24
  }>, {
24
25
  showDragHandle: boolean;
25
26
  showBubbleMenu: boolean;
@@ -27,6 +28,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
27
28
  extensions: () => any[];
28
29
  isCanvas: boolean;
29
30
  outputFormat: string;
31
+ zoom: number;
30
32
  }>>, {
31
33
  editor: import('vue').ShallowRef<import('@tiptap/vue-3').Editor, import('@tiptap/vue-3').Editor>;
32
34
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
@@ -46,6 +48,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
46
48
  extensions?: any;
47
49
  isCanvas?: boolean;
48
50
  outputFormat?: "html" | "json";
51
+ zoom?: number;
49
52
  }>, {
50
53
  showDragHandle: boolean;
51
54
  showBubbleMenu: boolean;
@@ -53,6 +56,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
53
56
  extensions: () => any[];
54
57
  isCanvas: boolean;
55
58
  outputFormat: string;
59
+ zoom: number;
56
60
  }>>> & Readonly<{
57
61
  onOnFocus?: () => any;
58
62
  onOnBlur?: () => any;
@@ -65,6 +69,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
65
69
  slashCommand: boolean;
66
70
  extensions: any;
67
71
  outputFormat: "html" | "json";
72
+ zoom: number;
68
73
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
69
74
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
70
75
  export default _default;