UNPKG

@sentre/react-dynamic-remote-component

Version:

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

4 lines (3 loc) 182 B
import { RemoteModule } from "./types"; export declare const attachScript: (remoteModule: RemoteModule) => Promise<unknown>; export declare const detachScript: (id: string) => void;