WXL
3 天以前 9bce51f651aad297ef9eb6df832bfdaf1de05d84
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