UNPKG

clickable-json

Version:

Interactive JSON and JSON CRDT viewer and editor

6 lines (5 loc) 164 B
import * as React from 'react'; export interface TombstonesProps { tombstones: React.ReactNode[]; } export declare const Tombstones: React.FC<TombstonesProps>;