WXL
4 天以前 4d9da000fbe74d344e0e4580b138e79d4ad98ede
node_modules/postcss/lib/postcss.d.ts
@@ -450,9 +450,7 @@
 * @param plugins PostCSS plugins.
 * @return Processor to process multiple CSS.
 */
declare function postcss(
  plugins?: readonly postcss.AcceptedPlugin[]
): Processor
declare function postcss(plugins?: readonly postcss.AcceptedPlugin[]): Processor
declare function postcss(...plugins: postcss.AcceptedPlugin[]): Processor
export = postcss