UNPKG

@sqx717/element-tiptap-vue3-fixed

Version:

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

11 lines (10 loc) • 272 B
import { Extension } from '@tiptap/core'; declare module '@tiptap/core' { interface Commands<ReturnType> { formatClear: { formatClear: () => ReturnType; }; } } declare const FormatClear: Extension<any, any>; export default FormatClear;