UNPKG

zod-auto-form

Version:

Auto-generate typed React forms from Zod schemas

3 lines (2 loc) 170 B
import type { ComponentContextType } from "../types/base-components"; export declare const ComponentRegistry: (components: ComponentContextType) => ComponentContextType;