ui-mathilde-web 0.1.36 → 0.1.38

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.
@@ -92,6 +92,7 @@ declare interface CustomPaginationProps {
92
92
  currentPage: number;
93
93
  totalPages: number;
94
94
  onPageChange: (page: number) => void;
95
+ value?: number;
95
96
  }
96
97
 
97
98
  export declare const DatePicker: ({ minDate, maxDate, }: {
@@ -314,6 +315,7 @@ declare interface TableComponentProps {
314
315
  showSearch?: boolean;
315
316
  itemsPerPage?: number;
316
317
  title?: string;
318
+ classes?: string;
317
319
  showPagination?: boolean;
318
320
  showCheckboxes?: boolean;
319
321
  selectedRows?: Set<string | number>;