UNPKG

@talend/react-containers

Version:

Provide connected components aka containers for @talend/react-cmf based on @talend/react-components.

10 lines (9 loc) 645 B
export function getCollectionItems(state: any, collectionId: any): any; export function configureGetPagination(state: any, { collectionId }: { collectionId: any; }): any; export function configureGetFilteredItems(configure: any): import("reselect").Selector<any, any>; export function compare(sortBy: any): (a: any, b: any) => any; export function getSortedResults(componentState: any, config: any, listItems: any): any; export function configureGetSortedItems(config: any, listItems: any): import("reselect").Selector<any, any>; export function configureGetPagedItems(configure: any, listItems: any): import("reselect").Selector<any, any>;