UNPKG

quill

Version:

Your powerful, rich text editor

7 lines 196 B
import Inline from '../blots/inline.js'; class Underline extends Inline { static blotName = 'underline'; static tagName = 'U'; } export default Underline; //# sourceMappingURL=underline.js.map