UNPKG

zod-auto-form

Version:

Auto-generate typed React forms from Zod schemas

3 lines (2 loc) 218 B
import type { ObjectWrapperType } from "../types/base-components"; export default function ObjectWrapper({ children, title, description, label, required, }: ObjectWrapperType): import("react/jsx-runtime").JSX.Element;