UNPKG

@macrof/shared

Version:

React MicroFrontend Shared, Typescript, Webpack 5, ModuleFederation

6 lines (5 loc) 188 B
import type { History } from 'history'; export type TMFHistory = History & { navigate: (key: string, isDefault?: boolean) => void; }; export declare const mfHistory: () => TMFHistory;