UNPKG

umi

Version:
9 lines (8 loc) 392 B
import { IServicePluginAPI, PluginAPI } from '@umijs/core'; export type { IUtoopackUserConfig } from '@umijs/preset-umi'; export { run } from './cli/cli'; export { RUNTIME_TYPE_FILE_NAME } from './constants'; export { defineConfig } from './defineConfig'; export { defineMock } from './defineMock'; export * from './service/service'; export declare type IApi = PluginAPI & IServicePluginAPI;