UNPKG

typewriter-editor

Version:

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

5 lines (4 loc) 238 B
export declare const bold: import("./typeset").FormatType; export declare const italic: import("./typeset").FormatType; export declare const code: import("./typeset").FormatType; export declare const link: import("./typeset").FormatType;