ados-rcm 1.0.526 → 1.0.528

Sign up to get free protection for your applications and to get access to all the features.
@@ -30,6 +30,7 @@ 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>;
33
34
  }
34
35
  declare enum EIndentState {
35
36
  Collapsed = "Collapsed",