UNPKG

374 BTypeScriptView Raw
1export = pluginCreator;
2/**
3 * @type {import('postcss').PluginCreator<browserslist.Options>}
4 * @param {browserslist.Options} options
5 * @return {import('postcss').Plugin}
6 */
7declare function pluginCreator(options?: browserslist.Options): import('postcss').Plugin;
8declare namespace pluginCreator {
9 const postcss: true;
10}
11import browserslist = require("browserslist");