UNPKG

@lonli-lokli/dynamic-forms-react-bootstrap

Version:

React Bootstrap theme, fields and widgets for react-jsonschema-form, powered by react-bootstrap

5 lines (4 loc) 369 B
import { FormContextType, RJSFSchema, StrictRJSFSchema, TemplatesType } from '@lonli-lokli/dynamic-forms-utils'; export declare function generateTemplates<T = any, S extends StrictRJSFSchema = RJSFSchema, F extends FormContextType = any>(): Partial<TemplatesType<T, S, F>>; declare const _default: Partial<TemplatesType<any, RJSFSchema, any>>; export default _default;