UNPKG
@mondora/microfrontends
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
Library for embedding frontends into one another
bitbucket.com/mondora/microfrontends
@mondora/microfrontends
/
lib
/
index.d.ts
4 lines
(3 loc)
•
180 B
TypeScript
View Raw
1
2
3
4
export
{
default
as
ChildApp
}
from
"./ChildApp"
;
export
{
default
as
ChildAppReactComponent
}
from
"./ChildAppReactComponent"
;
export
{
default
as
ParentApp
}
from
"./ParentApp"
;