Files
emaui/node_modules/@nx/react/plugins/nx-react-webpack-plugin/nx-react-webpack-plugin.d.ts
2026-05-29 15:23:46 +03:00

7 lines
241 B
TypeScript

import { Compiler } from 'webpack';
export declare class NxReactWebpackPlugin {
private options;
constructor(options?: Record<string, any>);
apply(compiler: Compiler): void;
}
//# sourceMappingURL=nx-react-webpack-plugin.d.ts.map