dumi
Version:
📖 Documentation Generator of React Component
12 lines (11 loc) • 370 B
TypeScript
import type { IApi } from '../types';
/**
* exclude pre-compiling modules in mfsu mode
* and make sure there has no multiple instances problem (such as react)
*/
export declare function safeExcludeInMFSU(api: IApi, excludes: RegExp[]): void;
export default _default;
/**
* plugin for derive default behaviors from umi
*/
declare function _default(api: IApi): void;