Skip to content

Commit

Permalink
feat(all form-core): add FieldForm in form-core export file
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeKESTEMAN authored and MartinWeb committed Jan 16, 2024
1 parent 8838abe commit 4802f1b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/all/src/form-core.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
export {
Field,
FieldError,
FieldForm,
FieldInput,
HelpMessage,
MessageTypes,
FieldError,
withInput,
omit,
Option,
omit,
withInput,
} from '@axa-fr/react-toolkit-form-core';

0 comments on commit 4802f1b

Please sign in to comment.