@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
8 lines (7 loc) • 689 B
TypeScript
export declare const plugin: {
FormGroup: ({ node, depth, path, name, required, 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[];
};