UNPKG

svelte-tiptap

Version:
5 lines (4 loc) 123 B
import { Editor as CoreEditor } from '@tiptap/core'; export class Editor extends CoreEditor { contentElement = null; }