Skip to content

Commit

Permalink
Export Reference Utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
djhi committed Jan 22, 2020
1 parent 4de9af2 commit 8006109
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/ra-core/src/controller/input/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@ import ReferenceArrayInputController from './ReferenceArrayInputController';
import ReferenceInputController from './ReferenceInputController';
import useReferenceInputController from './useReferenceInputController';
import useReferenceArrayInputController from './useReferenceArrayInputController';
import {
getStatusForInput,
getSelectedReferencesStatus,
getStatusForArrayInput,
} from './referenceDataStatus';

export {
getStatusForInput,
getSelectedReferencesStatus,
getStatusForArrayInput,
ReferenceArrayInputController,
ReferenceInputController,
useReferenceInputController,
Expand Down

0 comments on commit 8006109

Please sign in to comment.