gd-bs 6.9.1 → 6.9.3

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/gd-bs.d.ts CHANGED
@@ -2498,8 +2498,9 @@ declare module 'gd-bs/components/pagination/types' {
2498
2498
  isLarge?: boolean;
2499
2499
  isSmall?: boolean;
2500
2500
  label?: string;
2501
+ maxPages?: number;
2501
2502
  numberOfPages?: number;
2502
- onClick?: (pageNumber?: number, ev?: Event) => void;
2503
+ onClick?: (pageNumber?: number) => void;
2503
2504
  }
2504
2505
 
2505
2506
  /**