UNPKG

zod-auto-form

Version:

Auto-generate typed React forms from Zod schemas

3 lines (2 loc) 323 B
import type { InternalArrayFieldComponents } from "../types/internal-components"; export default function ArrayInputFieldWrapper({ label, title, description, onAddField, onRemoveField, disabled, placeholder, fields, componentKey, all_errors, path, }: InternalArrayFieldComponents): import("react/jsx-runtime").JSX.Element;