UNPKG
schyma
Version:
latest (1.4.0)
1.4.0
1.3.0
1.2.0
1.1.2
1.1.1
1.1.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
JSON Schemas Visualizer React component
github.com/acethecreator/schyma
acethecreator/schyma
schyma
/
dist
/
esm
/
components
/
App.d.ts
5 lines
(4 loc)
•
171 B
TypeScript
View Raw
1
2
3
4
5
import
React
from
"react"
;
import
{
ISchyma
}
from
"../types"
; declare
function
Schyma
(
{ title, description, schema }: ISchyma
):
React
.
JSX
.
Element
;
export
default
Schyma
;