UNPKG

@yuniit/element-tiptap

Version:

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

6 lines (5 loc) • 209 B
import { Editor } from '@tiptap/core'; import { ShallowRef } from 'vue'; export default function useCharacterCount(editor: ShallowRef<Editor | undefined>): { characters: import("vue").ComputedRef<any>; };