ui-mathilde-web 0.1.38 → 0.1.39

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.
@@ -315,7 +315,8 @@ declare interface TableComponentProps {
315
315
  showSearch?: boolean;
316
316
  itemsPerPage?: number;
317
317
  title?: string;
318
- classes?: string;
318
+ classesHeadTable?: string;
319
+ classesBodyTable?: string;
319
320
  showPagination?: boolean;
320
321
  showCheckboxes?: boolean;
321
322
  selectedRows?: Set<string | number>;