UNPKG

@macrof/shared

Version:

React MicroFrontend Shared, Typescript, Webpack 5, ModuleFederation

9 lines (8 loc) 288 B
import { Container } from "inversify"; import { FactoryStore } from "./factory/FactoryStore"; import { ContainerInit } from "../interfaces"; export declare class Store extends FactoryStore { protected readonly rootContainer: Container; constructor(); init(): ContainerInit; }