Skip to content

Commit

Permalink
Merge pull request #5193 from marmelab/export-choices-props
Browse files Browse the repository at this point in the history
Export More Types Related To useChoices
  • Loading branch information
fzaninotto committed Aug 27, 2020
2 parents 8c2457a + 4f85312 commit 7f6426e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ra-core/src/form/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import useChoices, {
ChoicesProps,
OptionTextElement,
OptionText,
UseChoicesOptions,
} from './useChoices';
import useSuggestions from './useSuggestions';
import useWarnWhenUnsavedChanges from './useWarnWhenUnsavedChanges';
Expand All @@ -32,6 +33,7 @@ export {
ValidationError,
FormContext,
useWarnWhenUnsavedChanges,
UseChoicesOptions,
};
export { isRequired } from './FormField';
export * from './validate';
Expand Down

0 comments on commit 7f6426e

Please sign in to comment.