Skip to content

Commit

Permalink
export form coercion types
Browse files Browse the repository at this point in the history
  • Loading branch information
c-ciobanu committed Dec 19, 2024
1 parent 8b7a0cf commit 08b43ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/forms/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
export * from 'react-hook-form'

export { CheckboxField } from './CheckboxField'
export type { EmptyAsValue, RedwoodRegisterOptions } from './coercion'
export { FieldError } from './FieldError'
export { Form, FormProps } from './Form'
export { default as FormError } from './FormError'
Expand Down

0 comments on commit 08b43ee

Please sign in to comment.