UNPKG

@macrof/loader

Version:

React MicroFrontend Loader, Typescript, Webpack 5, ModuleFederation

8 lines (7 loc) 261 B
import GetMF from "./Hooks/useMF"; import { Bootstrap, LoadMF } from './utils'; import type { TLoadMF } from "./interfaces"; export { GetMF, Bootstrap, LoadMF, }; export { render } from './components/render'; export * from './helpers'; export type { TLoadMF };