UNPKG

@yuniit/element-tiptap

Version:

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

7 lines (6 loc) • 246 B
import { Editor } from '@tiptap/core'; import { ShallowRef } from 'vue'; export default function useCodeView(editor: ShallowRef<Editor | undefined>): { cmTextAreaRef: import("vue").Ref<any>; isCodeViewMode: import("vue").Ref<boolean>; };