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.

8 lines (4 loc) 132 B
import { PropertyAnnotation } from '../../model' class Code extends PropertyAnnotation {} Code.type = 'code' export default Code