UNPKG

sws-micro-app-adapter-web

Version:

SWS Web微应用适配器

11 lines (10 loc) 301 B
export interface ConfigOptions { baseUrl: string; } export declare const globalConfig: ConfigOptions; /** * 配置SDK全局配置 * @param customConfig 自定义配置 */ export declare const defineConfig: (customConfig: Partial<ConfigOptions>) => void; export default globalConfig;