UNPKG
@bee-design/ui
Version:
latest (1.1.0)
1.1.0
1.0.22
1.0.21
1.0.20
Bee Design React UI Library.
bee.design
@bee-design/ui
/
lib
/
Table
/
tbody
/
index.d.ts
4 lines
(3 loc)
•
130 B
TypeScript
View Raw
1
2
3
4
import
{
TbodyProps
}
from
'../interface'
;
declare
function
TBody
<T>(
props
:
TbodyProps
<T>):
JSX
.
Element
;
export
default
TBody
;