UNPKG
@ksconsole/qiankun-plus
Version:
latest (2.10.31)
2.10.31
2.10.30
2.10.28
2.10.27
2.10.26
2.10.25
2.10.24
2.10.23
2.10.22
2.10.21
2.10.19
2.10.17
2.10.16
A completed implementation of Micro Frontends
github.com/kuitos/qiankun
kuitos/qiankun
@ksconsole/qiankun-plus
/
lib
/
effects.d.ts
4 lines
(3 loc)
•
224 B
TypeScript
View Raw
1
2
3
4
export
declare
function
setDefaultMountApp
(
defaultAppLink
:
string
):
void
;
export
declare
function
runDefaultMountEffects
(
defaultAppLink
:
string
):
void
;
export
declare
function
runAfterFirstMounted
(
effect
: () =>
void
):
void
;