UNPKG

@ksconsole/qiankun-plus

Version:

A completed implementation of Micro Frontends

8 lines (7 loc) 319 B
/** * @author Kuitos * @since 2020-02-21 */ export { addErrorHandler, removeErrorHandler } from 'single-spa'; export declare function addGlobalUncaughtErrorHandler(errorHandler: OnErrorEventHandlerNonNull): void; export declare function removeGlobalUncaughtErrorHandler(errorHandler: (...args: any[]) => any): void;