UNPKG

@dugongjs/cli

Version:

9 lines (8 loc) 211 B
import React from "react"; export type JSONViewerProps = { data: unknown | null; width: number; height: number; isFocused: boolean; }; export declare const JSONViewer: React.FC<JSONViewerProps>;