UNPKG

module-federation-import-remote

Version:

Allow Dynamic Imports of Remotely Exposed Modules Using Webpack Module Federation

9 lines 345 B
export interface ImportRemoteOptions { url: string; scope: string; module: string; remoteEntryFileName?: string; bustRemoteEntryCache?: boolean; } export declare const importRemote: <T>({ url, scope, module, remoteEntryFileName, bustRemoteEntryCache, }: ImportRemoteOptions) => Promise<T>; //# sourceMappingURL=index.d.ts.map