UNPKG

remote-components

Version:

Compose remote components at runtime between microfrontends applications.

9 lines (7 loc) 173 B
interface RemoteComponentMetadata { bundle: string; route: string; runtime: 'webpack' | 'turbopack'; id: string; } export { RemoteComponentMetadata as R };