UNPKG

@rjsf/core

Version:

A simple React component capable of building HTML forms out of a JSON schema.

4 lines 294 B
import { FormContextType, RegistryFieldsType, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils'; declare function fields<T = any, S extends StrictRJSFSchema = RJSFSchema, F extends FormContextType = any>(): RegistryFieldsType<T, S, F>; export default fields; //# sourceMappingURL=index.d.ts.map