postcss-svgo
Advanced tools
Comparing version
{ | ||
"name": "postcss-svgo", | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"description": "Optimise inline SVG with PostCSS.", | ||
@@ -41,7 +41,7 @@ "main": "src/index.js", | ||
"pleeease-filters": "^4.0.0", | ||
"postcss": "^8.4.38" | ||
"postcss": "^8.5.3" | ||
}, | ||
"peerDependencies": { | ||
"postcss": "^8.4.31" | ||
"postcss": "^8.4.32" | ||
} | ||
} |
@@ -8,10 +8,10 @@ export = pluginCreator; | ||
*/ | ||
declare function pluginCreator(opts?: Options): import('postcss').Plugin; | ||
declare function pluginCreator(opts?: Options): import("postcss").Plugin; | ||
declare namespace pluginCreator { | ||
export { postcss, Options }; | ||
} | ||
declare var postcss: true; | ||
type Options = { | ||
encode?: boolean; | ||
} & import('svgo').Config; | ||
declare var postcss: true; | ||
} & import("svgo").Config; | ||
//# sourceMappingURL=index.d.ts.map |
Sorry, the diff of this file is not supported yet