runtimeConfig.d.ts 190 Bytes EditWeb IDE 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 };