UNPKG

clickable-json

Version:

Interactive JSON and JSON CRDT viewer and editor

8 lines (7 loc) 232 B
import * as React from 'react'; export interface ArrayInsertProps { visible?: boolean; withType?: boolean; onSubmit: (value: string, type: string) => void; } export declare const ArrayInsert: React.FC<ArrayInsertProps>;