芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/node_modules/@types/imagemin-svgo/index.d.ts
// Type definitions for imagemin-svgo 8.0 // Project: https://github.com/imagemin/imagemin-svgo#readme // Definitions by: Romain Faust
// Piotr Błażejewicz
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped import { Plugin } from 'imagemin'; import { Options as SvgoOptions } from 'svgo'; /** * SVGO imagemin plugin */ declare function imageminSvgo(options?: imageminSvgo.Options): Plugin; declare namespace imageminSvgo { type Options = SvgoOptions; } export = imageminSvgo;