UNPKG
bixi
Version:
latest (9.8.1)
9.8.1
9.6.0
0.0.1-pdf-test
企业级中后台前端解决方案
bixi.datagrand.com
bixi
/
packages
/
core
/
layout
/
public_api.ts
5 lines
(4 loc)
•
216 B
text/typescript
View Raw
1
2
3
4
5
export
{
BixiLayoutComponent
}
from
'./layout.component'
;
export
{
BixiLayoutModule
}
from
'./layout.module'
;
export
{
IBreadcrumb
,
IMenu
}
from
'./layout.type'
;
export
{
BixiLayoutService
}
from
'./layout.service'
;