UNPKG
zod-form-kit
Version:
latest (1.0.0)
1.0.0
UI-agnostic form generation library based on Zod schemas with extensible adapter pattern
zod-form-kit
/
dist
/
components
/
FormGenerator.d.ts
3 lines
(2 loc)
•
89 B
TypeScript
View Raw
1
2
3
import
{
ZodForm
}
from
'./ZodForm'
;
export
declare
const
FormGenerator
:
typeof
ZodForm
;