mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 02:39:30 +08:00
9 lines
240 B
Text
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;
|
|
}
|