@mdspl/mds-shared-ui 1.1.8 → 1.1.9

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/index.d.ts CHANGED
@@ -455,6 +455,7 @@ declare interface TableState {
455
455
  label: string | default_2.ReactNode;
456
456
  sortable: boolean;
457
457
  backgroundColor?: string;
458
+ minWidth?: number | string;
458
459
  }[];
459
460
  actionsConfig?: ActionHeaderProps;
460
461
  }