typings.d.ts 105 B

123
  1. import 'umi/typings';
  2. // 声明当前的环境
  3. declare const CurrentEnvironment: 'dev' | 'test' | 'prd';