UNPKG

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

Version:

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

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