Skip to content

Commit

Permalink
Merge pull request #2161 from FlorianV85/patch-1
Browse files Browse the repository at this point in the history
Export `InertiaFormProps` in react
  • Loading branch information
joetannenbaum authored Jan 8, 2025
2 parents 19b6ab4 + c62fa5c commit febb845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export { default as createInertiaApp } from './createInertiaApp'
export { default as Deferred } from './Deferred'
export { default as Head } from './Head'
export { InertiaLinkProps, default as Link } from './Link'
export { default as useForm } from './useForm'
export { InertiaFormProps, default as useForm } from './useForm'
export { default as usePage } from './usePage'
export { default as usePoll } from './usePoll'
export { default as usePrefetch } from './usePrefetch'
Expand Down

0 comments on commit febb845

Please sign in to comment.