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.js
4 lines
(3 loc)
•
151 B
JavaScript
View Raw
1
2
3
4
import
{
ZodForm
}
from
'./ZodForm'
;
// FormGenerator is an alias for ZodForm to maintain backward compatibility
export
const
FormGenerator
=
ZodForm
;