Skip to content

Commit

Permalink
fix(forms): Re-export InputFieldProps (redwoodjs#11879)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe authored Jan 6, 2025
1 parent 70a6bb8 commit 547e6c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changesets/11879.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- fix(forms): Re-export InputFieldProps (#11879) by @Tobbe

Makes it possible to import the `InputFieldProps` type from `@redwoodjs/forms`
1 change: 1 addition & 0 deletions packages/forms/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export {
UrlField,
WeekField,
} from './InputComponents'
export type { InputFieldProps } from './InputComponents'
export { Label } from './Label'
export { SelectField } from './SelectField'
export { ServerErrorsContext } from './ServerErrorsContext'
Expand Down

0 comments on commit 547e6c6

Please sign in to comment.