v-notion-editor 0.3.0 → 0.3.2

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.
@@ -36,6 +36,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
36
36
  };
37
37
  /** Use minimal extensions for better performance (h1, h2, h3, p blocks) */
38
38
  minimalMode?: boolean;
39
+ /** Map of Column Indexes to Custom Components */
40
+ tableColumnComponents?: Record<number, any>;
39
41
  }>, {
40
42
  showDragHandle: boolean;
41
43
  showBubbleMenu: boolean;
@@ -79,6 +81,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
79
81
  };
80
82
  /** Use minimal extensions for better performance (h1, h2, h3, p blocks) */
81
83
  minimalMode?: boolean;
84
+ /** Map of Column Indexes to Custom Components */
85
+ tableColumnComponents?: Record<number, any>;
82
86
  }>, {
83
87
  showDragHandle: boolean;
84
88
  showBubbleMenu: boolean;