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.

21 lines (20 loc) 685 B
export * from './clear'; export * from './clearBlockTypes'; export * from './clearEntities'; export * from './clearInlineStyles'; export * from './focusOnEditor'; export * from './getAtomicCount'; export * from './getAudioCount'; export * from './getBlockType'; export * from './getCharCount'; export * from './getEntityCount'; export * from './getFileCount'; export * from './getImageCount'; export * from './getLinkCount'; export * from './getPlainText'; export * from './getSelectedBlocksMap'; export * from './getVideoCount'; export * from './getWordArray'; export * from './getWordCount'; export * from './hasBlockTypeOf'; export * from './insertSoftNewline';