UNPKG

el-form-react

Version:

Complete React form library - useForm hooks + AutoForm components with flexible validation (Zod, Yup, Valibot, custom). TypeScript-first with modern form management.

1 lines 736 B
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["// Convenience package that re-exports from separate packages\n// Users can still use 'el-form-react' for backward compatibility\n// Or switch to specific packages for better bundle size\n\n// Re-export hooks (this provides the canonical useForm)\nexport * from \"el-form-react-hooks\";\n\n// Re-export components (this provides AutoForm)\nexport * from \"el-form-react-components\";\n\n// Re-export everything from core for convenience\nexport * from \"el-form-core\";\n\n// Note: We don't export our own useForm or AutoForm implementations\n// since we re-export the canonical ones from the specialized packages\n"],"mappings":";AAKA,cAAc;AAGd,cAAc;AAGd,cAAc;","names":[]}