UNPKG

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

Version:

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

7 lines (6 loc) 453 B
import { ComponentType } from 'react'; import { FormProps } from '@lonli-lokli/dynamic-forms-core'; import { FormContextType, RJSFSchema, StrictRJSFSchema } from '@lonli-lokli/dynamic-forms-utils'; export declare function generateForm<T = any, S extends StrictRJSFSchema = RJSFSchema, F extends FormContextType = any>(): ComponentType<FormProps<T, S, F>>; declare const _default: ComponentType<FormProps<any, RJSFSchema, any>>; export default _default;