UNPKG

element-tiptap-vue3-niyuta

Version:

Rich-text editor build by baidu api and tiptap

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;