@bigbinary/neetoui 4.1.16 → 4.1.18

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/index.d.ts CHANGED
@@ -362,6 +362,7 @@ export interface TableProps {
362
362
  scrollToFirstRowOnChange?: boolean;
363
363
  };
364
364
  rowSelection?: any;
365
+ shouldDynamicallyRenderRowSize?: boolean;
365
366
  [key: string]: any;
366
367
  }
367
368