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.

9 lines (5 loc) 190 B
import { PropertyAnnotation, Fragmenter } from '../../model' class Strong extends PropertyAnnotation {} Strong.type = "strong" Strong.fragmentation = Fragmenter.ANY export default Strong