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

7 lines
150 B
TypeScript

import Bold from './bold.js';
declare class Strike extends Bold {
static blotName: string;
static tagName: string[];
}
export default Strike;