UNPKG

clickable-json

Version:

Interactive JSON and JSON CRDT viewer and editor

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