Skip to content

Commit

Permalink
Merge pull request #90 from kveperedo/main
Browse files Browse the repository at this point in the history
Export generateFormData function
  • Loading branch information
AlemTuzlak authored Jul 31, 2024
2 parents 04c0119 + da630dc commit d5512c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export {
getValidatedFormData,
validateFormData,
getFormDataFromSearchParams,
generateFormData,
} from "./utilities";
export * from "./hook";
export type { UseRemixFormOptions } from "./hook";

0 comments on commit d5512c8

Please sign in to comment.