UNPKG
victop-front-cross-over
Version:
latest (0.0.1)
1.0.0
0.0.1
0.0.0
维涛前端框架-交叉表辅助文件
victop-front-cross-over
/
src
/
public-api.ts
8 lines
(6 loc)
•
175 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
/* * Public API Surface of cross-ovcer */
export
*
from
'./lib/cross-ovcer.service'
;
export
*
from
'./lib/cross-ovcer.component'
;
export
*
from
'./lib/cross-ovcer.module'
;