UNPKG

@macrof/loader

Version:

React MicroFrontend Loader, Typescript, Webpack 5, ModuleFederation

6 lines (5 loc) 191 B
import GetMF from "./Hooks/useMF"; import { Bootstrap, LoadMF } from './utils'; export { GetMF, Bootstrap, LoadMF, }; export { render } from './components/render'; export * from './helpers';