use-inertia-form
Version:
Extra functionality for Inertia.js useForm hook
5 lines • 465 B
TypeScript
export { default as useInertiaForm, type UseInertiaFormProps, type NestedObject, } from "./useInertiaForm";
export { default as useInertiaInput, type UseInertiaInputProps, } from "./useInertiaInput";
export { Form, useForm, type HTTPVerb, type UseFormProps, type FormProps, } from "./Form";
export { Input, DynamicInputs, NestedFields, Submit, useDynamicInputs, type NestedFieldsProps, type DynamicInputsProps, } from "./Inputs";
//# sourceMappingURL=index.d.ts.map