UNPKG

substance

Version:

Substance is a JavaScript library for web-based content editing. It provides building blocks for realizing custom text editors and web-based publishing systems.

10 lines (7 loc) 175 B
import { AnnotationComponent } from '../../ui' class StrongComponent extends AnnotationComponent { getTagName() { return 'strong' } } export default StrongComponent