UNPKG

contenido

Version:

Contenido is a library with a set of tools to help you create your own rich text editor on top of draft-js without thinking about how to handle things.

14 lines (13 loc) 252 B
declare const initialBlockTypes: { H1: string; H2: string; H3: string; H4: string; H5: string; H6: string; OL: string; UL: string; P: string; Blockquote: string; }; export default initialBlockTypes;