UNPKG

vanilla-native-federation

Version:

A lightweight **runtime micro frontend orchestrator** that loads micro frontends built with native federation into any web page. It can cache dependencies across page reloads, making it perfect for traditional server-rendered hosts (PHP, Java, Rails, etc.

3 lines (2 loc) 167 B
import type { ConfigContract, NFOptions } from '../2.app/config/config.contract'; export declare const createConfigHandlers: (overrides: NFOptions) => ConfigContract;