UNPKG

204 BTypeScriptView Raw
1import { BootOptions } from '../components/ConfigProvider';
2export declare const routeList: {
3 [key: string]: string;
4};
5export declare function addMissingConfig(userConfig: BootOptions): BootOptions;