UNPKG

clickable-json

Version:

Interactive JSON and JSON CRDT viewer and editor

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