UNPKG

@sentre/react-dynamic-remote-component

Version:

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

3 lines (2 loc) 130 B
import { RemoteModule } from "./types"; export declare const getRemoteModuleId: ({ url, module, scope }: RemoteModule) => string;