UNPKG

quill

Version:

Your powerful, rich text editor

7 lines 179 B
import Bold from './bold.js'; class Italic extends Bold { static blotName = 'italic'; static tagName = ['EM', 'I']; } export default Italic; //# sourceMappingURL=italic.js.map