Skip to content

Commit

Permalink
useListParams hook exported.
Browse files Browse the repository at this point in the history
  • Loading branch information
asvarcas committed May 22, 2020
1 parent f54b3ce commit d912c13
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/ra-core/src/controller/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ import CreateController from './CreateController';
import EditController from './EditController';
import ListController from './ListController';
import ShowController from './ShowController';
import {
getListControllerProps,
sanitizeListRestProps,
} from './useListController';
import useRecordSelection from './useRecordSelection';
import useVersion from './useVersion';
import useExpanded from './useExpanded';
Expand All @@ -18,9 +14,8 @@ import useCreateController from './useCreateController';
import useShowController from './useShowController';
import useReference, { UseReferenceProps } from './useReference';
import { useCheckMinimumRequiredProps } from './checkMinimumRequiredProps';
import useListParams from './useListParams';
export {
getListControllerProps,
sanitizeListRestProps,
CreateController,
EditController,
ListController,
Expand All @@ -37,6 +32,7 @@ export {
useSortState,
usePaginationState,
useReference,
useListParams,
UseReferenceProps,
PaginationProps,
SortProps,
Expand Down

0 comments on commit d912c13

Please sign in to comment.