ados-rcm 1.0.527 → 1.0.528
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/AModule/AComponents/ATree/ATreeItem.d.ts +1 -0
- package/dist/index.cjs.js +24 -24
- package/dist/index.es.js +2264 -2254
- package/package.json +1 -1
@@ -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",
|