• wuhao's avatar
    root · f5182a1c
    wuhao authored
    f5182a1c
runtimeConfig.d.ts 190 Bytes
// This file is generated by Umi automatically
// DO NOT CHANGE IT MANUALLY!
import type { RuntimeAntdConfig } from './types.d';
export type IRuntimeConfig = {
  antd?: RuntimeAntdConfig
};