@nx/rollup
Version:
7 lines • 300 B
TypeScript
import type { Loader, PostCSSLoaderOptions } from './types';
/**
* PostCSS loader - processes CSS through PostCSS plugins
* This loader always runs last in the chain
*/
export declare function createPostCSSLoader(options: PostCSSLoaderOptions): Loader;
//# sourceMappingURL=postcss-loader.d.ts.map