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) 153 B
import './embeds'; import './formats'; import './lines'; import type { TypesetTypes } from './typeset'; export declare const defaultTypes: TypesetTypes;