UNPKG

element-tiptap-vue3-niyuta

Version:

Rich-text editor build by baidu api and tiptap

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;