UNPKG
react-json-to-table
Version:
latest (0.1.7)
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Convert json to HTML <table>
github.com/thehyve/react-json-to-table
thehyve/react-json-to-table
react-json-to-table
/
build
/
lib
/
components
/
index.d.ts
3 lines
(2 loc)
•
78 B
TypeScript
View Raw
1
2
3
import
'./index.css'
;
export
{
default
as
JsonToTable
}
from
'./JsonToTable'
;