创高项目初始化
This commit is contained in:
6
client/node_modules/quill/formats/underline.d.ts
generated
vendored
Normal file
6
client/node_modules/quill/formats/underline.d.ts
generated
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