UNPKG

@canard/schema-form-mui-plugin

Version:

Material-UI (MUI) components plugin for @canard/schema-form providing pre-built form inputs with modern MUI styling and MUI X integration

3 lines (2 loc) 205 B
import type { FormTypeRendererProps } from '@canard/schema-form'; export declare const FormGroup: ({ node, depth, Input, errorMessage, }: FormTypeRendererProps) => import("react/jsx-runtime").JSX.Element;