UNPKG

clickable-json

Version:

Interactive JSON and JSON CRDT viewer and editor

4 lines (3 loc) 138 B
import * as React from 'react'; import { ActionProps } from '.'; export declare const AddAction: React.FC<Omit<ActionProps, 'children'>>;