UNPKG
mustard-app
Version:
latest (0.0.1-alpha.0)
0.0.1-alpha.0
个人前端微应用建设中。。。
mustard-app
/
src
/
index.ts
2 lines
•
116 B
text/typescript
View Raw
1
2
export
{ setGlobalEvents }
from
'./communication'
;
export
{
MustardApp
, defineMustardAppElement }
from
'./element'
;