ados-rcm 1.0.53 → 1.0.55

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.
@@ -55,18 +55,6 @@ export interface IATableDef<T extends IItem> {
55
55
  * Description : width of the column
56
56
  */
57
57
  width?: TCanCallback<IATableTHProps<T>, number>;
58
- /**
59
- * maxWidth? : TCanCallback<IATableTHProps<T>, number>
60
- *
61
- * Description : maxWidth of the column
62
- */
63
- maxWidth?: TCanCallback<IATableTHProps<T>, number>;
64
- /**
65
- * minWidth? : TCanCallback<IATableTHProps<T>, number>
66
- *
67
- * Description : minWidth of the column
68
- */
69
- minWidth?: TCanCallback<IATableTHProps<T>, number>;
70
58
  /**
71
59
  * align? : TCanCallback<IATableTHProps<T>, React.CSSProperties['justifyContent']>
72
60
  *