UNPKG

quill

Version:

Your powerful, rich text editor

7 lines (6 loc) 167 B
import Inline from '../blots/inline.js'; declare class Underline extends Inline { static blotName: string; static tagName: string; } export default Underline;