NeahNew/node_modules/quill/formats/strike.js
2025-05-03 14:17:46 +02:00

7 lines
183 B
JavaScript

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