dfh-ui-library 1.3.13 → 1.3.15

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.
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- export declare function usePagination(): {
2
+ export declare function usePagination(pageS?: number, pageI?: number): {
3
3
  limit: number;
4
4
  onPaginationChange: import("react").Dispatch<import("react").SetStateAction<{
5
5
  pageSize: number;
package/dist/index.d.ts CHANGED
@@ -782,7 +782,7 @@ declare const useSchemaProcessor: ({ schema, externalSetComponents, }: UseSchema
782
782
  componentsRtn: IComponent[] | undefined;
783
783
  };
784
784
 
785
- declare function usePagination(): {
785
+ declare function usePagination(pageS?: number, pageI?: number): {
786
786
  limit: number;
787
787
  onPaginationChange: React$1.Dispatch<React$1.SetStateAction<{
788
788
  pageSize: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.3.13",
3
+ "version": "1.3.15",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "rollup": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",