quill-image-resize-module库不直接支持TypeScript。这个库是用JavaScript编写的,并且没有提供官方的TypeScript类型定义文件。这意味着在使用TypeScript时,TypeScript编译器无法识别该库中的类型,可能会导致类型检查错误。 然而,有几种方法可以在TypeScript项目中使用quill-image-resize-module库: 使用现有的类型定义文件: ...
We declared the Quill const at the top of the file to make typescript happy: declare const Quill: any; Quill will already be available globally because it's in the 'scripts' array in angular-cli.json. Then, we just created our editor instance and include imageResize: configureQuill() {...