-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path@tiptap__vue-3@3.19.0.patch
More file actions
26 lines (24 loc) · 1.01 KB
/
@tiptap__vue-3@3.19.0.patch
File metadata and controls
26 lines (24 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
diff --git a/dist/menus/index.d.cts b/dist/menus/index.d.cts
index 25d74222ae587d4611bdcfd6f047330114dab7b8..a2c5e802f60966b55583fcc27b3e6e19be1a6fd4 100644
--- a/dist/menus/index.d.cts
+++ b/dist/menus/index.d.cts
@@ -9,7 +9,7 @@ import { PropType } from 'vue';
import { PluginKey, EditorState } from '@tiptap/pm/state';
import { EditorView } from '@tiptap/pm/view';
-interface BubbleMenuPluginProps {
+export interface BubbleMenuPluginProps {
/**
* The plugin key.
* @type {PluginKey | string}
diff --git a/dist/menus/index.d.ts b/dist/menus/index.d.ts
index 25d74222ae587d4611bdcfd6f047330114dab7b8..a2c5e802f60966b55583fcc27b3e6e19be1a6fd4 100644
--- a/dist/menus/index.d.ts
+++ b/dist/menus/index.d.ts
@@ -9,7 +9,7 @@ import { PropType } from 'vue';
import { PluginKey, EditorState } from '@tiptap/pm/state';
import { EditorView } from '@tiptap/pm/view';
-interface BubbleMenuPluginProps {
+export interface BubbleMenuPluginProps {
/**
* The plugin key.
* @type {PluginKey | string}