UNPKG
taro-manage-layout
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
简洁移动办公框架
gitee.com/niu-xiaonai/taro-manage-layout.git
taro-manage-layout
/
types
/
src
/
layout
/
components
/
index.d.ts
4 lines
(3 loc)
•
97 B
TypeScript
View Raw
1
2
3
4
import
{
Content
}
from
"./content"
;
import
{
Menus
}
from
"./menus"
;
export
{
Content
,
Menus
};