UNPKG

vanilla-native-federation

Version:

A lightweight **runtime micro frontend orchestrator** that loads micro frontends built with native federation into any web page. Unlike other solutions, it caches dependencies across page reloads, making it perfect for traditional server-rendered apps (PH

5 lines (4 loc) 403 B
import type { DrivingContract } from '../../driving-ports/driving.contract'; import type { ForExposingModuleLoader } from '../../driver-ports/init/for-exposing-module-loader.port'; import type { LoggingConfig } from '../../config/log.contract'; export declare function createExposeModuleLoader(config: LoggingConfig, ports: Pick<DrivingContract, 'remoteInfoRepo' | 'browser'>): ForExposingModuleLoader;