UNPKG

@otitoju/formcraft-core

Version:

🚀 Lightweight, TypeScript-first form management library for React and React Native with built-in validation, zero dependencies, and excellent developer experience

9 lines • 470 B
export { FormProvider, useFormContext } from "./FormProvider"; export { Input } from "./Input"; export { Checkbox } from "./Checkbox"; export { Select } from "./Select"; export { FormProvider as NativeFormProvider, useFormContext as useNativeFormContext } from "./FormProvider"; export { Input as NativeInput } from "./Input"; export { Checkbox as NativeCheckbox } from "./Checkbox"; export { Select as NativeSelect } from "./Select"; //# sourceMappingURL=index.d.ts.map