UNPKG

@module-federation/enhanced

Version:

This package provides enhanced features for module federation.

10 lines (9 loc) 442 B
import BaseWrapperPlugin from "./BaseWrapperPlugin.js"; import { containerReferencePlugin } from "@module-federation/sdk"; //#region src/wrapper/ContainerReferencePlugin.d.ts declare class ContainerReferencePlugin extends BaseWrapperPlugin { constructor(options: containerReferencePlugin.ContainerReferencePluginOptions); } //#endregion export { ContainerReferencePlugin as default }; //# sourceMappingURL=ContainerReferencePlugin.d.ts.map