first commit
This commit is contained in:
6
public/assets/quill/formats/strike.d.ts
vendored
Normal file
6
public/assets/quill/formats/strike.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import Bold from './bold.js';
|
||||
declare class Strike extends Bold {
|
||||
static blotName: string;
|
||||
static tagName: string[];
|
||||
}
|
||||
export default Strike;
|
||||
Reference in New Issue
Block a user