@inntechcorp/it-design 2.0.117 → 2.0.119

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
@@ -1240,6 +1240,7 @@ type TableColumnType<T> = {
1240
1240
  title: string;
1241
1241
  dataIndex?: keyof T;
1242
1242
  width?: number | string;
1243
+ maxWidth?: number | string;
1243
1244
  render?: (value: any, record: T, index: number) => React.ReactNode;
1244
1245
  };
1245
1246
  type TableProps<T> = {