@snups/rjsf-mantine
Version:
Mantine theme, fields and widgets for react-jsonschema-form
8 lines (7 loc) • 482 B
TypeScript
import { GridTemplateProps } from '@snups/rjsf-utils';
/** Renders a `GridTemplate` for mantine, which is expecting the column sizing information coming in via the
* extra props provided by the caller, which are spread directly on the `Grid`/`Grid.Col`.
*
* @param props - The GridTemplateProps, including the extra props containing the Mantine grid positioning details
*/
export default function GridTemplate(props: GridTemplateProps): import("react/jsx-runtime").JSX.Element;