@module-federation/enhanced
Version:
This package provides enhanced features for module federation.
10 lines (9 loc) • 379 B
TypeScript
import BaseWrapperPlugin from "./BaseWrapperPlugin.js";
import { containerPlugin } from "@module-federation/sdk";
//#region src/wrapper/ContainerPlugin.d.ts
declare class ContainerPlugin extends BaseWrapperPlugin {
constructor(options: containerPlugin.ContainerPluginOptions);
}
//#endregion
export { ContainerPlugin as default };
//# sourceMappingURL=ContainerPlugin.d.ts.map