Repository URL to install this package:
Version:
0.2.0-dev.8 ▾
|
@kaos/dashboard-pro
/
dist
/
esm
/
containers
/
PaginatedDataContainer
/
PaginatedDataContainer.d.ts
|
---|
/// <reference types="react" />
import { PaginatedDataContainerProps } from './PaginatedDataContainer.types';
declare const PaginatedDataContainer: ({ useListApi, listApiParams, swrConfig, setApiResults, defaultPageSize, verboseName, verboseNamePlural, getCount, getResults, renderError, renderIsLoading, renderView, renderPagination, ...rest }: PaginatedDataContainerProps) => JSX.Element;
export default PaginatedDataContainer;