UNPKG
nusp-arco-design
Version:
latest (2.66.0-beta.2)
2.66.0-beta.2
Arco Design React UI Library.
arco.design
zhanghui-space/arco-design
nusp-arco-design
/
lib
/
Table
/
tbody
/
index.d.ts
4 lines
(3 loc)
•
127 B
TypeScript
View Raw
1
2
3
4
import
{
TbodyProps
}
from
'../interface'
;
declare
function
TBody
<T>(
props
:
TbodyProps
<T>):
JSX
.
Element
;
export
default
TBody
;