UNPKG

typewriter-editor

Version:

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

7 lines (6 loc) 172 B
import { Editor } from '../Editor'; export declare function input(editor: Editor): { allowComposition(value?: boolean): void; init(): void; destroy(): void; };