UNPKG
sws-micro-app-adapter-web
Version:
latest (0.0.2)
0.0.2
0.0.1
SWS Web微应用适配器
www.chinasws.com
sws-micro-app-adapter-web
/
lib
/
types
/
config.d.ts
11 lines
(10 loc)
•
301 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
interface
ConfigOptions
{
baseUrl
:
string
; }
export
declare
const
globalConfig
:
ConfigOptions
;
/** * 配置SDK全局配置 *
@param
customConfig 自定义配置 */
export
declare
const
defineConfig
:
(
customConfig
:
Partial
<
ConfigOptions
>
) =>
void
;
export
default
globalConfig;