UNPKG

dumi

Version:

📖 Documentation Generator of React Component

13 lines (12 loc) • 452 B
import type { IApi, IDumiTechStack } from '../../types'; export declare const techStacks: IDumiTechStack[]; export declare function replaceTechStacks(nextTechStacks: IDumiTechStack[]): void; export declare function getUtoopackDemoAssetsFile(api: { env: string; paths: { absTmpPath: string; }; isPluginEnable: (key: string) => boolean; }): string | undefined; export default _default; declare function _default(api: IApi): void;