📄 index.d.ts
/home/palash/git/site/node_modules/postcss-minify-gradients/types/index.d.ts
Language: ts • Lines: 9
export = pluginCreator;
/**
 * @type {import('postcss').PluginCreator<void>}
 * @return {import('postcss').Plugin}
 */
declare function pluginCreator(): import('postcss').Plugin;
declare namespace pluginCreator {
    const postcss: true;
}