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