UNPKG

clickable-json

Version:

Interactive JSON and JSON CRDT viewer and editor

7 lines (6 loc) 190 B
import * as React from 'react'; export interface RootProps { children: React.ReactNode; onFocus?: (pointer: string | null) => void; } export declare const Root: React.FC<RootProps>;