Urara-Blog/node_modules/.pnpm-store/v3/files/d8/af09ccd26f37fd50eb212fcec9e344bd5db190943ed317de5cba230c7058f885fb2a032d15d6284465bb4052826123dbfcd624c713b712b898a0a0cae10013
2022-08-14 01:14:53 +08:00

10 lines
334 B
Text

export = pluginCreator;
/**
* @type {import('postcss').PluginCreator<Record<string, boolean>>}
* @param {Record<string, boolean>} config
* @return {import('postcss').Plugin}
*/
declare function pluginCreator(config?: Record<string, boolean>): import('postcss').Plugin;
declare namespace pluginCreator {
const postcss: true;
}