UNPKG

461 BTypeScriptView Raw
1export = cssnanoPlugin;
2/**
3 * @type {import('postcss').PluginCreator<Options>}
4 * @param {Options=} options
5 * @return {import('postcss').Processor}
6 */
7declare function cssnanoPlugin(options?: Options | undefined): import("postcss").Processor;
8declare namespace cssnanoPlugin {
9 export { postcss, Options };
10}
11declare var postcss: true;
12type Options = {
13 preset?: any;
14 plugins?: any[];
15 configFile?: string;
16};
17//# sourceMappingURL=index.d.ts.map
\No newline at end of file