Skip to content

Commit

Permalink
chore(form): export Field from react-final-form (#2221)
Browse files Browse the repository at this point in the history
  • Loading branch information
philibea authored Jan 25, 2023
1 parent 2cefa28 commit cea7b26
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/form/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
export { FieldArray, useFieldArray } from 'react-final-form-arrays'
export { FORM_ERROR } from 'final-form'
export type { FormApi } from 'final-form'
export { FormSpy, useFormState, useForm, useField } from 'react-final-form'
export {
FormSpy,
useFormState,
useForm,
useField,
Field,
} from 'react-final-form'
export {
CheckboxField,
DateField,
Expand Down

0 comments on commit cea7b26

Please sign in to comment.