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 (5 loc) 200 B
import PropertyAnnotation from './PropertyAnnotation' class InlineNode extends PropertyAnnotation {} InlineNode.prototype._isInlineNode = true InlineNode.isInline = true export default InlineNode