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.
- package/dist/AModule/AComponents/ATree/ATreeItem.d.ts +0 -1
- package/dist/index.cjs.js +24 -24
- package/dist/index.es.js +2254 -2264
- package/package.json +1 -1
@@ -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",
|