UNPKG

ng2-json-editor

Version:

Angular2 component for editing large json documents

3 lines (2 loc) 208 B
import { KeysStoreService, JsonStoreService } from '../services'; export declare type OnValueChangeFunction = (path: Array<any>, value: any, jsonStore: JsonStoreService, keysStore: KeysStoreService) => void;