UNPKG

typewriter-editor

Version:

A rich text editor using the Delta format with decorations and rendered with a tiny virtual dom

6 lines (5 loc) 178 B
import type { Editor } from './Editor'; export declare function asRoot(root: HTMLElement, editor: Editor): { update: (newEditor: Editor) => void; destroy: () => void; };