UNPKG

quill

Version:

Your powerful, rich text editor

8 lines (5 loc) 160 B
import Inline from '../blots/inline'; class Underline extends Inline { } Underline.blotName = 'underline'; Underline.tagName = 'U'; export default Underline;