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) 130 B
import { Editor } from '../Editor'; export declare function keyboard(editor: Editor): { init(): void; destroy(): void; };