Version: 1.0.01.1.01.1.14.0.0-nightly.2020.1.94.0.0-nightly.2020.1.114.0.0-nightly.2020.2.64.0.0-nightly.2020.7.244.0.0-nightly.2020.7.254.0.0-nightly.2020.7.314.0.0-nightly.2020.8.14.0.0-nightly.2020.8.44.0.0-nightly.2020.8.104.0.0-nightly.2020.8.174.0.0-nightly.2020.8.244.0.0-nightly.2020.8.254.0.0-nightly.2020.8.294.0.0-nightly.2020.9.14.0.0-nightly.2020.9.34.0.0-nightly.2020.9.94.0.0-nightly.2020.10.204.0.0-rc.04.0.0-rc.24.0.04.0.15.0.0-rc.05.0.0-rc.15.0.0-rc.25.0.05.0.15.0.25.0.35.1.06.0.06.0.16.0.27.0.0
export = pluginCreator;
/**
* @typedef {{add?: boolean}} Options
*/
* @type {import('postcss').PluginCreator<Options>}
* @param {Options} opts
* @return {import('postcss').Plugin}
declare function pluginCreator(opts?: Options): import('postcss').Plugin;
declare namespace pluginCreator {
export { postcss, Options };
}
type Options = {
add?: boolean;
};
declare var postcss: true;
//# sourceMappingURL=index.d.ts.map