UNPKG

@sentre/react-dynamic-remote-component

Version:

Allows you to dynamically load a component from a remote using webpack 5's module federation.

6 lines (5 loc) 96 B
export declare type RemoteModule = { url: string; scope: string; module: string; };