ados-rcm 1.1.175 → 1.1.177

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { TUseValues } from '../../AHooks/useValues';
3
2
  import { TCanCallback } from '../../AUtils/cbF';
4
3
  import { IItem } from '../../AUtils/objF';
@@ -10,7 +9,6 @@ interface IATableBodyProps<T extends IItem> {
10
9
  defs: TATableDefs<T>;
11
10
  isEqual: (a: T, b: T) => boolean;
12
11
  rProps?: TCanCallback<IATableTRProps<T>, IABaseProps>;
13
- ref: React.RefObject<HTMLDivElement>;
14
12
  useSelect?: TUseValues<T[]>;
15
13
  isTableDisabled?: string | boolean;
16
14
  isSelectMulti?: boolean;