UNPKG

next

Version:

The React Framework

7 lines (6 loc) 175 B
import type { Compiler } from 'webpack'; export declare class CssChunkingPlugin { private strict; constructor(strict: boolean); apply(compiler: Compiler): void; }