UNPKG

@ui-schema/react

Version:

Schema-driven UI generator for React using JSON Schema. Build powerful form and interface generators with headless components and hooks.

3 lines (2 loc) 221 B
import { StoreKeys, UIStoreType } from '@ui-schema/react/UIStore'; export declare const scopeUpdaterValues: <S extends UIStoreType = UIStoreType>(store: S, storeKeys: StoreKeys, newValue: any, op: 'set' | 'delete') => S;