UNPKG

@dugongjs/cli

Version:

6 lines (5 loc) 137 B
import React from "react"; export type JSONViewerProps = { data: any; }; export declare const JSONViewer: React.FC<JSONViewerProps>;