UNPKG
@table-utils/jsx-table
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
A simple, accessible table view.
@table-utils/jsx-table
/
dist-src
/
table
/
TableHeadRow.js
3 lines
(2 loc)
•
77 B
JavaScript
View Raw
1
2
3
import
{
TableRow
}
from
'./TableRow'
;
export
const
TableHeadRow
=
TableRow
;