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) 232 B
import { StoreKeys, UIStoreStateData, UIStoreType } from '@ui-schema/react/UIStore'; export declare const updateStoreScope: <S extends UIStoreType>(store: S, scope: keyof UIStoreStateData, storeKeys: StoreKeys, newValue: any) => S;