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) 177 B
import type { FormTypeRendererProps } from '@canard/schema-form'; export declare const FormInput: ({ Input }: FormTypeRendererProps) => import("react/jsx-runtime").JSX.Element;