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
/
content
/
index.d.ts
3 lines
(2 loc)
•
82 B
TypeScript
View Raw
1
2
3
import
React
from
"react"
;
export
declare
const
Content
:
() =>
React
.
JSX
.
Element
;