ados-rcm 1.0.528 → 1.0.530

Sign up to get free protection for your applications and to get access to all the features.
@@ -30,7 +30,6 @@ export interface IATreeItemProps<T> {
30
30
  TreeItemRenderer: (props: IATreeItemProps<T>) => React.ReactNode;
31
31
  RightStickyAddon?: TCanCallback<IATreeItemProps<T>, React.ReactNode>;
32
32
  resources: typeof Resources.ATree;
33
- containerRef: React.RefObject<HTMLDivElement>;
34
33
  }
35
34
  declare enum EIndentState {
36
35
  Collapsed = "Collapsed",