koblog/bl-plugins/quill/quill-1.3.6/formats/underline.js
2018-10-18 19:21:57 +02:00

7 lines
160 B
JavaScript
Executable file

import Inline from '../blots/inline';
class Underline extends Inline { }
Underline.blotName = 'underline';
Underline.tagName = 'U';
export default Underline;