UNPKG
xbpr
Version:
latest (0.0.1)
0.0.1
xbp react ui by @arco-design/web-react
xbpr
/
es
/
Table
/
index.js
6 lines
(5 loc)
•
161 B
JavaScript
View Raw
1
2
3
4
5
6
import
Table
from
'./table'
;
import
Summary
from
'./summary/index'
;
var
TableComponent
=
Table
;
TableComponent
.
Summary
=
Summary
;
export
default
TableComponent
;