runtimeConfig.d.ts 190 Bytes
Newer Older
wuhao's avatar
wuhao committed
1 2 3 4 5 6
// This file is generated by Umi automatically
// DO NOT CHANGE IT MANUALLY!
import type { RuntimeAntdConfig } from './types.d';
export type IRuntimeConfig = {
  antd?: RuntimeAntdConfig
};