@ambuj.bhaskar/react-component-library 0.18.11-alpha → 0.18.13-alpha

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -538,7 +538,7 @@ declare type ToastProps = {
538
538
 
539
539
  declare type ToastType = "success" | "error" | "info" | "warning";
540
540
 
541
- export declare function usePagination(initialPage?: number): {
541
+ export declare function usePagination(initialPage?: number, initialTotalPages?: number): {
542
542
  currentPage: number;
543
543
  setPage: (newPage: number) => void;
544
544
  nextPage: () => void;