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

9 lines (8 loc) 709 B
export declare const plugin: { FormGroup: ({ node, depth, Input, errorMessage, }: import("@canard/schema-form").FormTypeRendererProps) => import("react/jsx-runtime").JSX.Element; FormLabel: ({ name, path, required }: import("@canard/schema-form").FormTypeRendererProps) => import("react/jsx-runtime").JSX.Element; FormInput: ({ Input }: import("@canard/schema-form").FormTypeRendererProps) => import("react/jsx-runtime").JSX.Element; FormError: ({ errorMessage }: import("@canard/schema-form").FormTypeRendererProps) => import("react/jsx-runtime").JSX.Element; formTypeInputDefinitions: import("@canard/schema-form").FormTypeInputDefinition[]; }; export type { MuiContext } from './type';