@natoora-libs/core 0.2.47 → 0.2.49

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.
@@ -772,8 +772,10 @@ interface PaginationForTableProps {
772
772
  position?: any;
773
773
  style?: any;
774
774
  updateFilters: any;
775
+ siblingCount?: number;
776
+ boundaryCount?: number;
775
777
  }
776
- declare const PaginationForTable: ({ appliedFilters, className, page, pagination, position, style, updateFilters, }: PaginationForTableProps) => react_jsx_runtime.JSX.Element;
778
+ declare const PaginationForTable: ({ appliedFilters, className, page, pagination, position, style, updateFilters, siblingCount, boundaryCount }: PaginationForTableProps) => react_jsx_runtime.JSX.Element;
777
779
 
778
780
  interface PhoneInputProps {
779
781
  value?: string | null;
@@ -772,8 +772,10 @@ interface PaginationForTableProps {
772
772
  position?: any;
773
773
  style?: any;
774
774
  updateFilters: any;
775
+ siblingCount?: number;
776
+ boundaryCount?: number;
775
777
  }
776
- declare const PaginationForTable: ({ appliedFilters, className, page, pagination, position, style, updateFilters, }: PaginationForTableProps) => react_jsx_runtime.JSX.Element;
778
+ declare const PaginationForTable: ({ appliedFilters, className, page, pagination, position, style, updateFilters, siblingCount, boundaryCount }: PaginationForTableProps) => react_jsx_runtime.JSX.Element;
777
779
 
778
780
  interface PhoneInputProps {
779
781
  value?: string | null;