@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.cjs +117 -117
- package/dist/index.d.ts +1 -1
- package/dist/index.js +9991 -9605
- package/dist/index.umd.js +93 -93
- package/package.json +1 -1
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;
|