UNPKG

sws-micro-app-adapter-mobile

Version:

SWS移动端微应用适配器

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