UNPKG

climb-onyx-gui

Version:
10 lines (8 loc) 296 B
import { JsonData } from 'json-edit-react'; import { ProjectProps } from '../interfaces'; interface JsonProps extends ProjectProps { data: JsonData; description: string; } declare function JsonSearch(props: JsonProps): import("react/jsx-runtime").JSX.Element; export default JsonSearch;