UNPKG

clickable-json

Version:

Interactive JSON and JSON CRDT viewer and editor

3 lines (2 loc) 111 B
import type { Operation } from 'json-joy/lib/json-patch'; export type OnChange = (patch: Operation[]) => void;