UNPKG

quill

Version:

Your powerful, rich text editor

6 lines (5 loc) 169 B
import { TextBlot } from 'parchment'; declare class Text extends TextBlot { } declare function escapeText(text: string): string; export { Text as default, escapeText };