UNPKG

schyma

Version:

JSON Schemas Visualizer React component

5 lines (4 loc) 171 B
import React from "react"; import { ISchyma } from "../types"; declare function Schyma({ title, description, schema }: ISchyma): React.JSX.Element; export default Schyma;