UNPKG

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

Version:

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

8 lines (7 loc) 507 B
import { GridTemplateProps } from '@lonli-lokli/dynamic-forms-utils'; /** Renders a `GridTemplate` for react-bootstrap, which is expecting the column sizing information coming in via the * extra props provided by the caller, which are spread directly on the `Row`/`Col`. * * @param props - The GridTemplateProps, including the extra props containing the react-bootstrap grid positioning details */ export default function GridTemplate(props: GridTemplateProps): import("react/jsx-runtime").JSX.Element;