UNPKG

clickable-json

Version:

Interactive JSON and JSON CRDT viewer and editor

7 lines (6 loc) 191 B
import * as React from 'react'; export interface JsonObjectInsertProps { pointer: string; visible?: boolean; } export declare const JsonObjectInsert: React.FC<JsonObjectInsertProps>;