mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-28 11:21:21 +00:00
7 lines
241 B
TypeScript
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
|