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