Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@kaos/dashboard-pro / dist / esm / containers / PaginatedDataContainer / PaginatedDataContainer.d.ts
Size: Mime:
/// <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;