UNPKG

240 BTypeScriptView Raw
1export = pluginCreator;
2/**
3 * @type {import('postcss').PluginCreator<void>}
4 * @return {import('postcss').Plugin}
5 */
6declare function pluginCreator(): import('postcss').Plugin;
7declare namespace pluginCreator {
8 const postcss: true;
9}