1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/quill/formats/underline.js

8 lines
160 B
JavaScript
Raw Normal View History

2023-12-18 13:12:25 +08:00
import Inline from '../blots/inline';
class Underline extends Inline { }
Underline.blotName = 'underline';
Underline.tagName = 'U';
export default Underline;