UNPKG

typewriter-editor

Version:

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

9 lines (8 loc) 211 B
import { Editor } from '../Editor'; export declare function selection(editor: Editor): { pause: () => void; resume: () => void; renderSelection: () => void; init(): void; destroy(): void; };