UNPKG

@sqx717/element-tiptap-vue3-fixed

Version:

🌸A modern WYSIWYG rich-text editor using tiptap and Element Plus for Vue3

5 lines (4 loc) • 258 B
import { EditorState } from 'prosemirror-state'; export declare function isTableActive(state: EditorState): boolean; export declare function enableMergeCells(state: EditorState): boolean; export declare function enableSplitCell(state: EditorState): boolean;