index.ts 352 字节
Newer Older
R
Rongfeng Fu 已提交
1 2 3 4 5 6
// @ts-ignore
/* eslint-disable */
// API 更新时间:
// API 唯一标识:
import * as Components from './Components';
import * as Deployments from './Deployments';
R
Rongfeng Fu 已提交
7
import * as Common from './Common';
R
Rongfeng Fu 已提交
8 9 10 11 12
import * as Info from './Info';
import * as Mirror from './Mirror';
export default {
  Components,
  Deployments,
R
Rongfeng Fu 已提交
13
  Common,
R
Rongfeng Fu 已提交
14 15 16
  Info,
  Mirror,
};