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