UNPKG

quill

Version:

Your powerful, rich text editor

8 lines (5 loc) 143 B
import Bold from './bold'; class Strike extends Bold {} Strike.blotName = 'strike'; Strike.tagName = ['S', 'STRIKE']; export default Strike;