UNPKG

@undermuz/react-json-form

Version:
9 lines (6 loc) 299 B
import * as react from 'react'; import { b as TypeValue, D as DefType } from '../types-4491bbaa.js'; import '@undermuz/use-form'; declare const ValueContext: react.Context<TypeValue<DefType>>; declare const useJsonFormValue: () => TypeValue; export { ValueContext as default, useJsonFormValue };