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.
20 lines (19 loc) • 617 B
TypeScript
export * from './hasInlineStyle';
export * from './hasInlineStyleOf';
export * from './initialStyleMap';
export * from './inlineStyles';
export * from './isBold';
export * from './isItalic';
export * from './isLineThrough';
export * from './isOverline';
export * from './isSub';
export * from './isSup';
export * from './isUnderline';
export * from './toggleBold';
export * from './toggleInlineStyle';
export * from './toggleItalic';
export * from './toggleLineThrough';
export * from './toggleOverline';
export * from './toggleSub';
export * from './toggleSup';
export * from './toggleUnderline';