UNPKG

259 BTypeScriptView Raw
1import * as utils from '@umijs/utils';
2import { Service } from './ServiceWithBuiltIn';
3import { defineConfig } from './defineConfig';
4export * from '@umijs/types';
5export * from '@umijs/runtime';
6export { utils };
7export { Service };
8export { defineConfig };