UNPKG

@canard/schema-form-antd-plugin

Version:

Ant Design components plugin for @canard/schema-form providing pre-built form inputs with advanced components like date pickers, sliders, and file uploads

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