@rjsf/core
Version:
A simple React component capable of building HTML forms out of a JSON schema.
8 lines • 513 B
TypeScript
import { GridTemplateProps } from '@rjsf/utils';
/** Renders a `GridTemplate` for bootstrap 3, which is expecting the column information coming in via the `className`
* prop. Also spreads all the other props provided by the user directly on the div.
*
* @param props - The GridTemplateProps, including the expected className for the bootstrap 3 grid behavior
*/
export default function GridTemplate(props: GridTemplateProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=GridTemplate.d.ts.map