Urara-Blog/node_modules/.pnpm-store/v3/files/0c/369453a81c39cd050189887143e3a8d19843c3333fadb78e71fe00b4c72e5c784448d2abb1c1f4fd0ad75b73f3ee06415f02d25b96ef5fae640a3e86c95b9c
2022-08-14 01:14:53 +08:00

11 lines
374 B
Text

export = pluginCreator;
/**
* @type {import('postcss').PluginCreator<browserslist.Options>}
* @param {browserslist.Options} options
* @return {import('postcss').Plugin}
*/
declare function pluginCreator(options?: browserslist.Options): import('postcss').Plugin;
declare namespace pluginCreator {
const postcss: true;
}
import browserslist = require("browserslist");