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