UNPKG

quill

Version:

Your powerful, rich text editor

7 lines 183 B
import Bold from './bold.js'; class Strike extends Bold { static blotName = 'strike'; static tagName = ['S', 'STRIKE']; } export default Strike; //# sourceMappingURL=strike.js.map