UNPKG

@sqx717/element-tiptap-vue3-fixed

Version:

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

12 lines (11 loc) • 259 B
import type { Command } from '@tiptap/core'; export declare const enum IndentProps { max = 7, min = 0, more = 1, less = -1 } export declare function createIndentCommand({ delta, types, }: { delta: number; types: string[]; }): Command;