@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
8 lines (7 loc) • 675 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").ReactNode;
formTypeInputDefinitions: import("@canard/schema-form").FormTypeInputDefinition[];
};