UNPKG

@sqx717/element-tiptap-vue3-fixed

Version:

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

13 lines (12 loc) • 298 B
import { Node } from '@tiptap/core'; declare module '@tiptap/core' { interface Commands<ReturnType> { iframe: { setIframe: (options: { src: string; }) => ReturnType; }; } } declare const Iframe: Node<any, any>; export default Iframe;