UNPKG

@rjsf/core

Version:

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

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