inula/packages/max/src/index.ts

7 lines
214 B
TypeScript

import { IServicePluginAPI, PluginAPI } from '@umijs/core';
export { run } from './cli';
export { defineConfig } from './defineConfig';
export * from './service';
export type IApi = PluginAPI & IServicePluginAPI;