Files
cartlog-admin/node_modules/next/dist/build/webpack/plugins/css-chunking-plugin.d.ts
2026-01-01 15:25:19 +05:30

7 lines
175 B
TypeScript

import type { Compiler } from 'webpack';
export declare class CssChunkingPlugin {
private strict;
constructor(strict: boolean);
apply(compiler: Compiler): void;
}