UNPKG

@canard/schema-form-antd-mobile-plugin

Version:

Ant Design Mobile components plugin for @canard/schema-form providing mobile-optimized form inputs for React Native and mobile web

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