volleyball-dev-frontend/node_modules/quill/formats/underline.js
2025-06-02 16:42:16 +00:00

8 lines
160 B
JavaScript

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