Urara-Blog/node_modules/.pnpm-store/v3/files/4e/da522cd0ac6ef41fccd800ddce529e32c90dafbb0958a3d4eb0bee4387c23cf6262572637a6dd1d792a0168cc6fcb773af40d7dcf981a67ed3abfd228d4b41
2022-08-14 01:14:53 +08:00

9 lines
240 B
Text

export = pluginCreator;
/**
* @type {import('postcss').PluginCreator<void>}
* @return {import('postcss').Plugin}
*/
declare function pluginCreator(): import('postcss').Plugin;
declare namespace pluginCreator {
const postcss: true;
}