@undermuz/react-json-form
Version:
Generate JSON-based forms with react
9 lines (6 loc) • 299 B
TypeScript
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 };