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) 177 B
export type SourceString = Source | string; export declare enum Source { api = "api", user = "user", history = "history", input = "input", paste = "paste" }